I posted this in the template forum, but it should probably go here. Sorry...

I am having a problem where the dark blue background color from my css is also doubling as the background color for the text box with tinymce!

if i keep the background this dark, the background of the text box becomes the same color and makes it difficult to enter text. What could I be doing wrong? Why won't the text box just say white?

Thank you!

Comments

coreyp_1’s picture

You probably have TinyMCE configured to use the theme's CSS (look under the module configuration page).

TinyMCE uses the <body> tag to style content, that is why your background is also the background color of the textbox... TinyMCE thinks it is letting you see how the page will finally end up.

Long story short, define a different style sheet for use with TinyMCE, or possibly put the background property in question into a class, rather than specifically tied to the body element (haven't tried this, but it might work).

- Corey