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

  •  04-04-2005, 3:40 PM

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

    i tried this new property DisableAutoFormatting (setting it to true)

    now if i enter the html (in IE):
    <table><tr><td>hello</td></tr></table>
    <div>
    goodbye
    </div>

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

    is that the intended behavior?


View Complete Thread