.aspx file used as css for EditorWysiwygModeCss

Last post 03-23-2010, 2:35 PM by Eric. 1 replies.
Sort Posts: Previous Next
  •  03-23-2010, 1:58 PM 59602

    .aspx file used as css for EditorWysiwygModeCss

    I am using a .aspx file (set as Response.ContentType = "text/css") as a dynamic color changer stylesheet in my site.  It works throughout the site, but I can't get it to work with the Editor.  
     
    Example: 
    Editor1.EditorWysiwygModeCss = "style/dynamic-css.aspx";
     
    This does not work as far as I have tried.  It does not apply any style at all.  Switching to the .css version does.  
     
    Does the  stylesheet  have to be a .css (as in it will only accept a .css), or will the .aspx stylesheet work?
     
    I am using CuteEditor version 6.6 Build 2010-01-28. 
     
    Thanks 
  •  03-23-2010, 2:35 PM 59603 in reply to 59602

    Re: .aspx file used as css for EditorWysiwygModeCss

    Dear Arkeo,
     
    Please refer to online example http://cutesoft.net/example/Using-External-Style-Sheets.aspx, source code can be found in download package, the style sheet file is .css extension name, .aspx file is not allowed.
     
    Regards,
    Eric
View as RSS news feed in XML