I have just install TinyMCE editor for my website. But the default background is black and text colour is gray. Anybody can tell me how to change background to white and tex
Add BODY_CLASS To init like this:
BODY_CLASS
Within content.css of correct theme, simply add the following entry:
body.mceBlackBody {background:#000; color:#fff;}
This will make the body black and the text white within the editor