the autoformatting of html

Last post 03-02-2006, 10:26 AM by mitzman. 2 replies.
Sort Posts: Previous Next
  •  02-24-2006, 10:31 AM 16403

    the autoformatting of html

    So I create a page and create an instance of the editor.  So far so good right?  Well I cut/paste my html code from a notepad document into the HTML tab of the cuteeditor , then when I save, all of the spaces in the html code between tags are converted into a non-breaking space ( ).  I'm using the following code to create it:
        Dim editor
        Set editor = New CuteEditor
        editor.ID = "objEditor"
        editor.FilesPath = "CuteEditor_Files"
        'editor.ImageGalleryPath = "../Images"
        editor.MaxImageSize = 50
        editor.AutoConfigure = "Simple"
        editor.DisableAutoFormatting = true
        editor.ConvertHTMLTagstoLowercase = false
        editor.UseHTMLEntities = false
        editor.EditCompleteDocument = true
        editor.EnableClientScript = true
        editor.UseFontTags = true
        editor.UseRelativeLinks = false
        editor.width="100%"
        editor.height="95%"

    What do you think I should do?  This is driving me insane and it's very important that the editor does not do this.  Thanks!

    Dave

  •  02-28-2006, 3:05 PM 16515 in reply to 16403

    Re: the autoformatting of html

    Dave,
     
    CuteEditor doesn't reformatting your HTML code.
     
    Please test your html code in the following example:
     
     
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  03-02-2006, 10:26 AM 16613 in reply to 16515

    Re: the autoformatting of html

    Yes it absolutely does. In fact, I found a problem that it causes an issue in Firefox (1.07 - 1.5) and not in IE. This is 100% a verified bug that the developers are fixing.
View as RSS news feed in XML