I'm using version 6.4 and I am using the EditorWysiwygModeCss to apply my CSS file to the editor. My problem is that my CSS files are stored in a database. E.g: http://myserver/myapp/file.ashx?filename=styles.css
Applying this URL to the editor will cause it to thrown an exception saying that it can't find the file.
I have had to work around this particular problem by saving the css files when loading the designer to a physical location. That works, however I am afraid that this is not a good solution when the solution goes live.
Is there any other way that I can assign the wysiwyg css to the editor? I hope so but I can't seem to find a relevant property. If no, this would definetely be a feature request for your next release.
Thank you.