Page 1 of 1

TinyMCE.. How do I get TinyMCE to no apply any inherited CSS in the editor?

Posted: Wed Dec 05, 2007 6:38 pm
by pixelenvy
I have a client that is using CMS Made Simple, and he uses TInyMCE very frequently.

THe trouble is that the styles that TinyMCE shows in the editor is not what shows up in the page. For instance, when dealing with lists TinyMCE will not show bullets.

Any ideas?

Thanks!  :-*

Re: TinyMCE.. How do I get TinyMCE to no apply any inherited CSS in the editor?

Posted: Mon Dec 17, 2007 9:09 pm
by starbits
See
http://forum.cmsmadesimple.org/index.php/topic,12282.0.html

Everyone has these problems.  In my case I found that the header styles were not being picked up.  A header specified as
div#content h1 {} was not picked up, but adding
h1, div#content h1 {} worked fine.

Regards,
Steve