Hi all! Fairly new to jquery and fckeditor plugin, trying to change the editor css.
These lines dont work: $(function(){ $.fck.config = {path: 'fckeditor/'}; $('textarea#fck1').fck({EditorAreaCSS: '/css/blogheader.css', height: 30}); $('textarea#fck2').fck({EditorAreaCSS: '/css/blogbody.css', height: 490}); }); As you can see I have two separate textareas where I want different css styling. It appears to me as the TextAreaCSS config is not accepted, it only shows the css from the original fck_editorarea.css. I have tried leading slash, without leading slash, full path to the css files etc with no luck. Any ideas or a working example would be very much appreciated. Regards, Per S.