frustating tinymce
Posted: Wed Aug 10, 2005 9:22 am
I can't seem to change the color of the text input area in tinymce. Right now its a dark color and text is slightly less dark.. extremely annoying
the background color button or text color button on the toolbar doesn't change the color at all. I looked in the CSS and it has this
the background color is white in the CSS
Any help.
the background color button or text color button on the toolbar doesn't change the color at all. I looked in the CSS and it has this
Code: Select all
.mceEditorArea {
font-family: "MS Sans Serif";
background: #FFFFFF;
}
Any help.