HTML Code Not Indenting

Last post 01-17-2007, 8:09 PM by Adam. 2 replies.
Sort Posts: Previous Next
  •  01-17-2007, 7:29 PM 25894

    HTML Code Not Indenting

    Greetings,
     
    I am just learning about CuteEditor. It was installed on our web server by a vendor about a year ago, but they never explained the inner workings of the system. A few of us use this editor a few times a week, but we are continually running into the same problems.
     
    1. When viewing code in HTML view, all the code is jumbled together and it is not indenting. Instead of seeing nice indented code, all we see are paragraphs of html code. How do we fix this?
     
    2. After saving changes, CuteEditor defaults back to the NORMAL view. In order to view the code (when designing), one has to click HTML once again to view the code, which now has unnecessary code such as   and other various tidbits. It makes the code very hard to read (especially with issue #1 occurring as well). Any ideas?
     
    Any information would greatly be appreciated.
     
    Thanks!
  •  01-17-2007, 7:49 PM 25895 in reply to 25894

    Re: HTML Code Not Indenting

    Also, we are interested to find out what version of the editor we are running?
    Went through the posts but they did not say how to ShowVersion or where to do this.
     
    Please help....Thank you!!
     
     
  •  01-17-2007, 8:09 PM 25896 in reply to 25895

    Re: HTML Code Not Indenting

    Please check this example:
     

    This example is running version 5.2. 
     
     
    If you can find the delivery email, you can find the version number.
     
    If not, please set ShowVersion property to true.
     
    If your editor doesn't support this property, you must use version 3.x or 4.x.
     
    For more details, please write to karen@CuteSoft.net and specify the email address used when purchasing the product.
     
    Code example:
     

       
    <%
           dim content
           content = "Hello" 
           Dim editor
           Set editor = New CuteEditor
           
           editor.ID = "Editor1"
           editor.Text = content
           editor.ShowVersion=true
           editor.Draw()
                
    %> 
     
     

    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

View as RSS news feed in XML