Closed (fixed)
Project:
FCKeditor - WYSIWYG HTML editor
Version:
6.x-1.3-rc5
Component:
User interface
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 Nov 2008 at 00:17 UTC
Updated:
15 Dec 2008 at 21:52 UTC
Comments
Comment #1
wwalc commentedCheck this: http://drupal.fckeditor.net/tricks#1
Comment #2
LarryTX commentedThanks a lot. That's just the information I needed. I can see that I'm not the only one having this problem.
Comment #3
LarryTX commentedI guess I spoke a little too soon. I tried adding these lines to fckeditor.config.js:
FCKConfig.BodyId = "main";
FCKConfig.BodyClass = "singlepage";
FCKConfig.EditorAreaStyles = "body{background:#FFFFFF;text-align:left}";
Unfortunately, they had absolutely no effect on the color of the Editor Area. It's still a darkish gray. Any other suggestions?
Comment #4
wwalc commentedThat's because this theme uses "!important" in style definitions (pretty bad I guess). So you have to do the same, for example:
Comment #5
LarryTX commentedThat did work -- perfectly! Many thanks!