Hello,
I have this:
myStyles.css:
body {background-color:#cccccc;}
------------------------------------------------------
<CE:Editor EditorWysiwygModeCss="~/myStyles.css" AutoParseClasses="false" RemoveTBODYTag="true" UseHTMLEntities="false" breakelement="Div" ...
Now when I type something in the editor, it automatically adds:
<p><font style="background-color: #cccccc">my text
</font></p>
My questions:
1) How can I disable that cuteeditor sets the <font> tag?
2) I have set breakelement="Div", but cuteeditor adds automatically the <p> tag. How can I disable this?
Thanks for help!
Joerg