You need to login to send post. No account yet? Create one:
Create account

Drupal FCK Editor background

1 reply [Last post]
Danny

How I can change background in FCK Editor? I see you have background image, but inside editor aren't...

Many thanks for answer!

admin
Simpliest way

is to edit fckeditor.config.js file in 'sites/yourdomain/modules/fckeditor' folder. Append at bottom:

 

FCKConfig.EditorAreaStyles = 'body{background:#000036;text-align:left;}' ;

 

As you see, it is simple CSS in variable, so you can style editor area as you wish.