Setting CSS instead of CSS file

  •  07-07-2005, 7:03 AM

    Setting CSS instead of CSS file

    Hi,
     
    I'm currently using "Editor1.EditorWysiwygModeCss = this.MapPath("editorcss.css");" to load css into the editor. However, I'd rather like to set something like Editor1.css = "body { font-family: arial; font-weight: bold;}...etc". (So I want to insert the css code itself instead of the filename).
     
    is there a way to do this?
     
    tx,
     
    Harrie Verveer
View Complete Thread