I am using v 2.4.3 and i found the fck_editorarea.css file. Two problems. 1) The styles that appear in the dropdown box don't match the styles in this file, 2) when I add styles to this file they don't appear in the dropdown box. In fckconfig.js, this is the file it's pointing to. Can anyone help? The styles showing in the editor are custom bold, custom italic, title, code and title H3. But NONE of these appear in fck_editorarea.css. Any help will be appreciated.
Tue, 02/12/2008 - 22:12
#1
Re: CSS Problem - PHP
inside the fckconfig.js file at this line:
FCKConfig.CustomStyles
as well as the fckstyles.xml found in: /fckeditor/
Modify those styles to have them appear in the drop-down. I have found that it pulls your styles in this list from the attached CSS document. What i mean is, the styles you setup in the locations above "appear" based on the .css file. They are not automatically obtained from there.