Page 1 of 1

fck editor: how to change the style and css

Posted: Mon 17. May 2004, 19:03
by Harpo
I'm using the FCK editor. In the toolbar there is a button for style. Works nice: you can change text to a certain style. eg. ArticleHead.

My question: how can I change the properties of these style, eg. change the color of the text to red. I assume this is done in some css anywhere in the phpWCMS directory, but I searched and didn't find anything.

Who can help??

at first glance

Posted: Tue 18. May 2004, 11:45
by jsw_nz
At first glance, this would be in the include/inc_ext/FCKeditor/css folder.

Having said that there may exist the same problem that existed with spaw, namely the styles to not get exported to final page display (frontend.css). This was discussed in the following thread. hope this gets you started. You may need to make changes as frold and DeXXus have pointed out:

http://www.phpwcms.de/forum/viewtopic.php?p=11659#11659


Cheers,
jsw

This is a solution for SPAW but not for FCK

Posted: Tue 18. May 2004, 20:28
by Harpo
Thanks for this suggestion, but this is a solution for SPAW. (I implemented it and it works fine!!!)

But what is the equivalent for FCK???

Posted: Tue 18. May 2004, 23:45
by derD
hope not to interrupt any advanced discussions. but which is the default editer ? spaw or fck in phpwcms1.1 RC4 ??

From what frold said in the other thread, i can switch between the editors editing conf_inc.php...

Code: Select all

$phpwcms["wysiwyg_editor"]    = 3;  //0 = no wysiwyg editor, 1 = HTMLarea, 2 = FCKeditor, 3 = browser based
Are both Editors in the release ? Which would you prefer ?

Thx alot.

Posted: Thu 9. Sep 2004, 16:03
by isac
I found it

Edit file in include/inc_js/fckeditor_config.js lines 106 and 107

Very old topic isnt it?