Index: lams_central/web/includes/javascript/fckconfig_custom.js =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/includes/javascript/Attic/fckconfig_custom.js,v diff -u -r1.10 -r1.11 --- lams_central/web/includes/javascript/fckconfig_custom.js 8 Jan 2008 04:32:21 -0000 1.10 +++ lams_central/web/includes/javascript/fckconfig_custom.js 27 Jan 2008 08:07:38 -0000 1.11 @@ -20,4 +20,6 @@ FCKConfig.FirefoxSpellChecker = true; FCKConfig.BrowserContextMenuOnCtrl = true; FCKConfig.DefaultLinkTarget = "_blank"; -FCKConfig.TemplatesXmlPath = FCKConfig.BasePath + '../../www/htmltemplates.xml' +FCKConfig.TemplatesXmlPath = FCKConfig.BasePath + '../../www/htmltemplates.xml'; +FCKConfig.FontFormats = 'div;h1;h2;h3;h4;h5;h6;pre;address;p' ; +FCKConfig.EnterMode = 'div' ;