lbklatzkin:I am also experiencing this problem with version 6.0. when pasting from word (and using the HTML/Word cleanup and having default paste setting to "plain text") -- there is ALWAYS a surrounding <div> tag. So when the user presses the bullet point button, the bullet goes around the entire text! Is there a way to avoid this encapsulating div tag?
Thanks in advance for your help.
It's a behavior of IE.
When you start editing, <P> or <div> tags will be inserted automatically by IE. The content is wrapped in the block level element.
This is correct:
<p>Hello world!</p>
<p>Some Text</p>
<table>
...
</table>
This is wrong:
Hello world!
<p>Some Text</p>
<table>
...
</table>
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