Hi
I followed the instructions on http://docs.fckeditor.net/FCKeditor_2.x ... ion/Styles to customize the styles dropdown. I can see the new styles I defined in the dropdown now but the style attributes are not applied in the dropdown or in the content. Is there something else I need to do?
Thanks
naho
Mon, 02/11/2008 - 17:53
#1
Re: custom styles dropdown
FCKConfig.EditorAreaCSS = FCKConfig.BasePath + 'css/fck_editorarea.css' ;
and point to your CSS file (or modify the one that is out there).