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??
fck editor: how to change the style and css
at first glance
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
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
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???
But what is the equivalent for FCK???
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...
Are both Editors in the release ? Which would you prefer ?
Thx alot.
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
Thx alot.
Ich sagte doch: ich geh nie wieder in den Bau.