I changed the EditorAreaCSS property to "FCKConfig.BasePath + 'css/my_styles.css' ;".
In my_styles.css: body{color:#ff0000;background-color:#0000ff;}
Changes? none.
I also changed the EditorAreaStyles property from empty to "background-color:#00ff00;color:#ff0000".
Changes? none.
I use Firefox2 with the web developer toolbar that disables my cache. I didn't make any other changes to the configuration file. I tried FCKeditor 2.5 and 2.6.
Anyone any ideas?
Mon, 03/10/2008 - 14:26
#1
Re: will this EditorAreaCSS/EditorAreaStyles property ever work?
This line caused the properties not to work:
FCKeditor1.FullPage = True
Setting it to false solved this problem.