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.
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.
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.