Html Auto formatting issue!!!!

Last post 03-14-2008, 6:37 AM by LOGIKonline. 6 replies.
Sort Posts: Previous Next
  •  02-28-2008, 3:32 PM 37438

    Html Auto formatting issue!!!!

    for me and also adds a <br/> tag automatically. At some places in my code, i don't want that CureEditor should change my html at all.
     
    Please suggest me how can i stop CE to change my tags.

     
    i am using CuteEditor 6.0 and i need to disable the auto formatting feature. i know that AutoDisableFormatting feature was available in CuteEditor 4.0 but it has been olsolete in CE6.0.  Now, to use this feature, i can't use  backward version.
     
    e.g,
    <br />
    <table>
        <tr>
                <td>AutoDisable Feature
            </tr>
        </table>
    .<br />
    <br />

    In this html, since i don't have closing <td>
    tag, it will add a </td>
  •  02-29-2008, 11:13 AM 37469 in reply to 37438

    Re: Html Auto formatting issue!!!!

    hey,
    Can some body please answer my question!!
     
    Thanks!
  •  02-29-2008, 11:42 AM 37471 in reply to 37438

    Re: Html Auto formatting issue!!!!

    Mehek,
     
    This is by design. The <br> will be converted to <br />.
     
    The following code is wrong:
     
    <tr>
       <td>AutoDisable Feature
    </tr>
    All browsers will fix it automatically to:
     
    <tr>
       <td>AutoDisable Feature</td>
    </tr>

    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-04-2008, 2:36 PM 37568 in reply to 37471

    Re: Html Auto formatting issue!!!!

     
    Thanks for taking out your time to solve my problem.
     
    Well Adam, i understand that html is invalid. This was just an example. Well, if I write this code in a notepad and save it with .html and try to open it in Internet Explorer. IE will show the table but its not going to correct my html. I tried it.

    Basically, I want that even if html is wrong or correct (above snippet was just an example), I do not want to correct it.

    Can you help me in this regard? Also, as I explained in my earlier mail that I know about DisableAutoFormatting property and that only works in version 4 and I am using 6.

    Please help me!

  •  03-05-2008, 4:41 PM 37604 in reply to 37568

    Re: Html Auto formatting issue!!!!

    Adam, can you please reply to my question......

  •  03-12-2008, 5:50 PM 37898 in reply to 37604

    Re: Html Auto formatting issue!!!!

     
    Does somebody know this....
  •  03-14-2008, 6:37 AM 37956 in reply to 37568

    Re: Html Auto formatting issue!!!!

    Technically you are wrong... Internet Explorer does correct the code when it renders the HTML - but the source is not altered, when you perform a View Source Code.
     
    Can you please explain why you want invalid HTML code?  Otherwise can you give us an example of regular HTML code with this effect?
     
    regards,
    D.
     
    p.s. - we are on a different time zone than you perhaps, please give them time to see your queries and the excessive !'s do not help your goal.
View as RSS news feed in XML