Difference between revisions of "How do I fix the wysiwyg editor's background problem"

From JReviews Documentation
Jump to: navigation, search
(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; } </…')
 
(No difference)

Revision as of 09:04, 4 December 2009

Add this to your joomla template's css file:

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