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-04-2005, 3:40 PM
RodneyLai
Joined on 03-14-2005
Posts 29
Re: HTML is changed after it is pasted in cute soft editor
Reply
Quote
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