Hi,
I use phpWCMS Version 1.2.6 from 19/11 2005.
In conf.inc.php have I
$phpwcms["wysiwyg_editor"] = 2; //0 = no wysiwyg editor, 1 = HTMLarea, 2 = FCKeditor, 3 = browser based
When I edit an article I can't change the Font size.
I can see "Storl" but not the rest of the text and the Font Size box.
I have looked both via Firefox and I.E with the same result.
What could be the problem?
/Ann
Sorry that I posted this request on the wrong place.
[SOLVED by Horst] FCKeditor
[SOLVED by Horst] FCKeditor
Last edited by Ann on Sun 20. Nov 2005, 13:54, edited 1 time in total.
Hi
your Toolbar is to wide - maybe cause the lonf Words in your Language.
You can change the Toolbar in ../include/inc_ext/FCKeditor/fckconfig.js
Look for the Toolbarset 'phpwcms' and change the part
to
this will allow to break this Line.
your Toolbar is to wide - maybe cause the lonf Words in your Language.
You can change the Toolbar in ../include/inc_ext/FCKeditor/fckconfig.js
Look for the Toolbarset 'phpwcms' and change the part
Code: Select all
['FontFormat','FontName','FontSize']
Code: Select all
['FontFormat','FontName'],['FontSize']