FarCry tip: background in TinyMCE
The only little problem with this is if you in your css have specified a background color or image for body. For example you have a black background for the site, but the content is black text in a div with a white background.
Now what happens is that TinyMCE will use the black background from the body as a background in the editor window.
The solution is quick and easy. In your css include the follwing code:
background-image: none;
background-color: #FFFFFF;
}
Happy FarCry'ing


There are no comments for this entry.
[Add Comment]