Page 1 of 1

FCKeditor-how do I add styles?

Posted: Mon Apr 02, 2007 8:36 am
by gtojulie
Hi,

Can anyone tell me where I find instructions to add my own styles to FCKeditor please. I read somewhere in the documentation that it can be done but not how. The FCKeditor website doesn't seem to hold any documentation at all? Can anyone please point me in the right direction. Much appreciated.

Mandy

Re: FCKeditor-how do I add styles?

Posted: Mon Apr 02, 2007 9:44 am
by RonnyK
Mandy,

if you add styles to your CSS, as there they're needed for the explorer.

If you style f.e. :

Code: Select all

p.tsp {
,

you must additionally copy the styling to "Extensions-> FCKeditorX -> Styles", to have it available and styled in the pull-down of the editor.

Ronny

Re: FCKeditor-how do I add styles?

Posted: Mon Apr 02, 2007 12:01 pm
by gtojulie
Thats great. Thank you very much.

Mandy