I'm the only one who can't make CSS work with FCKeditor?
Inside fckconfig.js i've tried:
FCKConfig.EditorAreaCSS = FCKConfig.BasePath + 'css/fck_editorarea.css' ;
and
FCKConfig.EditorAreaCSS = FCKConfig.BasePath + 'editor/css/fck_editorarea.css' ;
Inside the CSS, i got this:
h1
{
font-size:80.0pt;
}
I've tried colors, etc.. doesn't work. And yes i've cleared my cache alot of times :<
Hope someone out there can help.
Is it possible to totally disable the FCKeditor's CSS? So it uses the CSS from the webpage it's loaded on?
Jon.
Inside fckconfig.js i've tried:
FCKConfig.EditorAreaCSS = FCKConfig.BasePath + 'css/fck_editorarea.css' ;
and
FCKConfig.EditorAreaCSS = FCKConfig.BasePath + 'editor/css/fck_editorarea.css' ;
Inside the CSS, i got this:
h1
{
font-size:80.0pt;
}
I've tried colors, etc.. doesn't work. And yes i've cleared my cache alot of times :<
Hope someone out there can help.
Is it possible to totally disable the FCKeditor's CSS? So it uses the CSS from the webpage it's loaded on?
Jon.

Re: FCKeditor and fck_editorarea.css
but my other problem still stands: Is it possible to disable the use of the FCKeditor's CSS, and use the one loaded on the page, which the FCKeditor is loaded on?
Re: FCKeditor and fck_editorarea.css