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