Index: admin/system_presets/simple/inp_ckconfig.js =================================================================== --- admin/system_presets/simple/inp_ckconfig.js (revision 15165) +++ admin/system_presets/simple/inp_ckconfig.js (working copy) @@ -1,3 +1,17 @@ +/* +* Append here extra CSS rules that should be applied into the editing area. +* Example: +* config.extraCss = "body {color:#FF0000;}"; +*/ +CKEDITOR.config.extraCss = ""; + +/** +* CKEditor's editing area body ID & class. +* This setting can be used if CKEditor does not work well with your theme by default. +*/ +CKEDITOR.config.bodyClass = ''; +CKEDITOR.config.bodyId = ''; + // Preview //CKEDITOR.config.PreviewUrl = ''; //CKEDITOR.config.ContentId = ''; Index: core/admin_templates/incs/form_blocks.tpl =================================================================== --- core/admin_templates/incs/form_blocks.tpl (revision 15267) +++ core/admin_templates/incs/form_blocks.tpl (working copy) @@ -517,10 +517,10 @@ - + - +