How do I fix the wysiwyg editor's background problem

From JReviews Documentation
Revision as of 20:21, 4 November 2009 by Jreviews (Talk | contribs) (Created page with 'Add this to your joomla template's css file: <source lang="css"> * TinyMCE specific rules */ body.mceContentBody { background: #FFF !important; background-image: none; } </…')

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Add this to your joomla template's css file:

* TinyMCE specific rules */
body.mceContentBody {
   background: #FFF !important;
   background-image: none;
}