Using Firefox or Chrome, and editor CKeditor, the background in the editor is the same as the "global" background... would prefere a white background in the editor.
Using Drupal 6.19.
Brgds Harry
| Comment | File | Size | Author |
|---|---|---|---|
| screenshot.png | 153.16 KB | harry.mj |
Comments
Comment #1
Deepika.chavan commentedHi,
In modules/ckeditor/ckeditor.config.js , following code is used to set 'class' and 'Id' to the body of ckeditor. You can use any value for that. (line-105).
In my case I used :
Then added following css to change the background color of body of ckeditor :
Rgrds,
Deepika Chavan
Comment #2
pokadan commentedWith the introduction and widespread usage of wysiwyg module you should also be able to fix this using post #1 of
http://drupal.org/node/789998
There are various fixes for it; none are really the concern of a theme.