i start a new emtpy cutesoftedior and the text gets
<div><font style="background-color: #99aaff">this is text</font></div>
i do not want a font style background-color.
the background-color comes from the stylesheet
BODY
{
background-color: #99aaff;
}
i am useing
Me.Editor1.EditorWysiwygModeCss = style.css
what con i do?
best regards
cr