I've changed FCKConfig.EditorAreaCSS to: FCKConfig.BasePath + 'css/test.css' ;
It still is not using my stylesheet, and has the same old values.
I tried to edit fckstyles.xml and this did not work either. How am I to create custom styles in this editor. This functionality is critical!
Thanks,
Noah
It still is not using my stylesheet, and has the same old values.
I tried to edit fckstyles.xml and this did not work either. How am I to create custom styles in this editor. This functionality is critical!
Thanks,
Noah
RE: Coldfusion use of custom styles
were you able to solve your problem? from what you wrote, it seems that you want to customize the stylesheet associated with the FCKEditor... if so, editing the FCKConfig.EditorAreaCSS file should have worked. the "fckstyles.xml" file, on the other hand, controls something different. basically it's the drop-down list marked as "styles" on the editor, though you probably already knew that.
I use ColdFusion too, and was able to point to a custom .css file within a custom fckconfig.js file. There really isn't much support for ColdFusion instances of FCKEditor, so i hope this helped.
gary