Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for .NET
»
Re: HTML is changed after it is pasted in cute soft editor
Re: HTML is changed after it is pasted in cute soft editor
04-18-2005, 12:36 PM
RodneyLai
Joined on 03-14-2005
Posts 29
Re: HTML is changed after it is pasted in cute soft editor
Reply
Quote
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