fontstyle gets the background-color from css

  •  06-17-2009, 9:42 AM

    fontstyle gets the background-color from css

    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
View Complete Thread