Hello!
I'm looking for a method to have multiple editors which load different css files. I know you can change the global used stylesheet with "FCKConfig.EditorAreaCSS" But I'd like to use a different stylesheet document on the second editor on the same page.
The purpose is that I need to have a different body background color in the second editor.
Thanks for reading and replying
Regards, Frans-Jan Wind
I'm looking for a method to have multiple editors which load different css files. I know you can change the global used stylesheet with "FCKConfig.EditorAreaCSS" But I'd like to use a different stylesheet document on the second editor on the same page.
The purpose is that I need to have a different body background color in the second editor.
Thanks for reading and replying
Regards, Frans-Jan Wind

Re: Multiple "EditorAreaCSS" style sheets
on the FCKeditor_OnComplete event where the oMyEditor is the instance for the specific editor I want to configure.
The problem is that the css file is never requested and used. Is it too late to do this on this onComplete event?
Re: Multiple "EditorAreaCSS" style sheets