Html changing when going from normal tab to html and visa versa..

Last post 07-07-2009, 2:47 PM by Adam. 1 replies.
Sort Posts: Previous Next
  •  07-07-2009, 2:13 PM 53808

    Html changing when going from normal tab to html and visa versa..

     

    Original html -  

    <HTML>
        <HEAD>
        </HEAD>
        <BODY>
    <table><tr>
         <td colspan="2"><a href=""><img src="images/more.jpg" border="0" vspace="8"></a></td>
        </tr></table>
        </BODY>
    </HTML>
     

    First time changing from html mode to normal mode and back to html mode it becomes -  

    <HTML>
        <HEAD>
        </HEAD>
        <BODY>
            <TABLE>
                <TR>
                    <TD colSpan=2><A href=""><IMG src="" src="images/more.jpg" vspace=8 border=0></A></TD>
                </TR>
            </TABLE>
        </BODY>
    </HTML>
     

    Second time changing the tab it becomes - 

    <HTML>
        <HEAD>
        </HEAD>
        <BODY>
            <TABLE>
                <TR>
                    <TD colSpan=2><A href=""><IMG src="" vspace=8 border=0 ?></A></TD>
                </TR>
            </TABLE>
        </BODY>
    </HTML>

     We already have set the property - DisableAutoFormatting="true"

     

     

     

  •  07-07-2009, 2:47 PM 53809 in reply to 53808

    Re: Html changing when going from normal tab to html and visa versa..

    gurpreet,
     
    We are investigating this issue and will get back to you as soon as possible.

    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