I added a Media Type with TinyMcE for a rich text editor on a doctype, but when I go to the page based on that doctype, the properties that I created for content text areas that use the new media type, have a dark grey background color- not the typical white. What is causing this?
I resolved it by adding this to my stylesheet for the template. I don't know why I would have to, since all previous backgrounds were white by default. If anyone knows why this would happen when creating a new Media Type for TinyMcE please let me know. Thanks.
TinyMcE 3 Media Type Problem
I added a Media Type with TinyMcE for a rich text editor on a doctype, but when I go to the page based on that doctype, the properties that I created for content text areas that use the new media type, have a dark grey background color- not the typical white. What is causing this?
Hi Steve
Could you perhaps post a screendump showing the above issue?
/Jan
I resolved it by adding this to my stylesheet for the template. I don't know why I would have to, since all previous backgrounds were white by default. If anyone knows why this would happen when creating a new Media Type for TinyMcE please let me know. Thanks.
body.mceContentBody {
background: #fff;
color:#000;
}
Hi Steve
I would still like to see a screendump if you don't mind :)
/Jan
Sure. Here it is Jan.
.
is working on a reply...