how can i make the CuteEditor's html view as perfect Html view?

Last post 09-16-2005, 9:09 PM by anbaz. 2 replies.
Sort Posts: Previous Next
  •  09-16-2005, 6:19 AM 10672

    how can i make the CuteEditor's html view as perfect Html view?

    Hi,
     
    I design some text and some of the controls over my cuteEditor page, if i switch to HTML view, it shows me only
    like the below:


    ----------------------------------------------------------------------------------------------------------
     <div style="COLOR: #0000ff" align="center">SPACE CHARACTER AGREEMENT</div>
      <div align="center">Between</div>
      <div align="center">
        <textarea class="" style="WIDTH: 206px; COLOR: #ff00ff; HEIGHT: 68px" rows="4" cols="15">SEA CONSORTIUM PTE LTD
    NO 11, DUXTON HILL
    SINGAPORE 089595</textarea>
      </div>
    ------------------------------------------------------------------------------------------------------


    where is my Proper HTML tages i mean like the below format

    <html>
    <head>
    </head>
    <body>
    </body>
    </html>

    how can i achive this above format?   is there i need activate anything in the CuteEdtior to show my html tages properly?

    Regards,
    Anbaz.





     
  •  09-16-2005, 11:10 AM 10674 in reply to 10672

    Re: how can i make the CuteEditor's html view as perfect Html view?

    Anbaz,
     
    Editor.EditCompleteDocument Property

    Specify whether a complete HTML document is being edited.

    Remarks

    If false, the editor will only process content inside the page body i.e. all content inside of the <body>...</body> tags of a page. If true, the editor will process content outside the page body and preserve header tags (e.g. <head>...</head>, <title>...</title>, etc.).


    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

  •  09-16-2005, 9:09 PM 10692 in reply to 10674

    Re: how can i make the CuteEditor's html view as perfect Html view?

    Hi Adam,
     
    Fine, If i use Editor.EditComleteDocument = true then
     
    it gives me full Html view.
     
     
    but still one more problem,  in the html view i want <form></form> tag,

    i mean

    <html>
    <head>
    <body>
    <form>
    </form>
    </body>
    </head>
    </html>

    i need <form></form> tag

    how can set that?

    regards,
    Anbaz.
     
     
View as RSS news feed in XML