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

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
pixelenvy

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

Post 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!  :-*
starbits
Forum Members
Forum Members
Posts: 47
Joined: Tue Oct 09, 2007 9:41 pm

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

Post 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
Locked

Return to “CMSMS Core”