I'm using CKEditor 3.6.2 for Drupal 6.x. When a Drupal 6.x theme is used that contains a body background image (Marinelli, Giordani, Omega, BlueMasters), the text editing area of a CKEditor enabled page contains the theme's background image. I've tried making it not behave this way by editing CSS files. I can make the text left-justify and change the font color, but the background image cannot seem to be removed.
Any ideas?
Any ideas?
Re: CKEditor 3.6.2 for Drupal6.x textarea problem
You have background in CKEditor, because by default CKEditor use theme CSS - you can change this in CKEditor profile on section "CSS" and change "Editor CSS" to "CKEditor default".
If u want to use theme CSS, add following lines on section "Advanced options" -> "Custom JavaScript configuration":
After this u should have white background in CKEditor.
Greetings