Re: HTML is changed after it is pasted in cute soft editor

  •  04-18-2005, 12:36 PM

    Re: HTML is changed after it is pasted in cute soft editor

    not for me with DisableAutoFormatting="True":

    <table><tr><td>hello</td></tr></table>
    <div>
    goodbye
    </div>

    still becomes:
    <TABLE>
    <TBODY>
    <TR>
    <TD>hello</TD></TR></TBODY></TABLE>
    <DIV>goodbye </DIV>


View Complete Thread