external css

  •  07-05-2006, 5:33 AM

    external css

    In the features-list of the editor is said that External Css-files is supported.
     
    And there's the example:
    editor1.EditorWysiwygModeCss="example.css,~/portal.css,/default.css";
     
    But with this options, i can't reach my css file.
     
    I need something like this:
     
    Is this possible?
     
    I know that this is possible in an editor from a different vendor. Where I can do this:
    editor1.CssFiles = new string[] {http://myserver/myapp/style/style.css};
     
     
View Complete Thread