Does anyone know how to change the choices of fonts in FCKEditor? Client would like to have 'georgia' as a font choice. When I add it to the list in the fckconfig.js it seems to break the editor and it no longer shows up. I am using it in a Wordpress Site... (another one...!). Am I missing something? Is there another file that I must update as well?
-
Re: FCKEditor font menu
Wed, May 28, 2008 - 4:37 PMyou have to be *very* careful when adding to fckconfig.js, one extra comma will break things entirely
if you can post the section where you are editing the fonts I can probably find the issue... -
-
Re: FCKEditor font menu
Mon, June 2, 2008 - 10:46 AMTHanks for getting back to me on that...
It does seem to break pretty easily... SO i had tried adding "Georgia" into line 149 of fckconfig.js:
FCKConfig.FontNames = 'Arial;Comic Sans MS;Courier New;Tahoma;Times New Roman;Verdana' ;
but it didn't like that too much... and broke. Even when I took it out, it refused to cooperate, so i had to upload it all over again. Any suggestions? -
-
Re: FCKEditor font menu
Tue, June 3, 2008 - 2:34 PMPM me your modified file. I need to see the whole thing to make sure there aren't other issues ;)
-
-