Megabob, you were telling me how to get the styles drop down list box woking in the FCKeditor....
...About styles drop down, you must put styles into TWO zone.
One is STYLES PANEL of FCKeditorX admin section.
And other to CMSMS CSS styles of pages.
I still can't seem to get this to work (browser: Firefox 1.5 latest on Mac OS X). Let me see if I'm getting this right?
1. I have the following in my FCKeditorX Admin settings for Toolbar:
Code: Select all
FCKConfig.ToolbarSets["Default"] = [
['FontFormat'],
['Cut','Copy','Paste','PasteText','PasteWord','-','RemoveFormat','-'],
['Bold','Italic','-'],
['OrderedList','UnorderedList','-'],
['CMSContent','Link','Unlink','-'],
['Image','Rule','SpecialChar'],
['Style','-','Source']
] ;
3. I paste the css in my FCKeditorX Admin settings for Styles.
Code: Select all
funkystyle {
border: 1px solid red;
color: blue;
}
3. I have a stylesheet attached to the template which has:
Code: Select all
funkystyle {
border: 1px solid red;
color: blue;
}
4. I update everthing and clear all caches etc. Close browser - restart it.
5. On editing I see the Styles drop down listbox but it has won't drop down, well it does a little bit so I hope the attached image will show it more clearly.
Any ideas,
Russ
[attachment deleted by admin]