How can I have a different background in the WYSIWYG editor?

Jaroslav Kordula asked on August 20, 2008 03:48

How can I have a different background in the WYSIWYG editor?

Correct Answer

Jaroslav Kordula answered on August 20, 2008 03:48

If your web site uses a dark body background, you may want to use a different background for the WYSIWYG editor. In such case, you need to specify the CSS styles like these:

.LTR, .RTL
{
  // set the dark background here
  background-color: black;

}

BODY
{
  // do not set any background here ...
}

The LTR/RTL style is used only for the web page background, while the BODY style is used for both the page and the WYSIWYG editor. Alternatively, you can create a separate CSS stylesheet and assign it to the editor in Site Manager -> Sites -> Site Properties -> General dialog.

0 votesVote for this answer Unmark Correct answer

   Please, sign in to be able to submit a new answer.