Everything is working great except that TinyMCE is not importing the CSS styles so the user can choose the appropriate styles.
I am using Zen Classic theme.
My settings are:
Input filter: Rich Text filter
under TinyMCE CSS:
- CSS defined by theme
and I have left the rest blank b/c it says it would automatically import the themes to the drop down.
this does not work so I tried putting in a few style elements such as header=h1;header2=h2 ---> this brings the drop down items but nothing happens when I try to apply them.
what am i doing wrong??
thanks!
-guppy
Comments
Comment #1
cgjohnson commentedDid you ever get a solution for this? I had the same prob -- and then I created my own CSS classes and tried to put them in that field, using the Header 1=header1;Header 2=header2 format and the only one that took was the last one, each time. Is this a bug?
Comment #2
patricio.keilty commentedTry setting the CSS Editor fields to the following inside your tinymce profile:
Worked for me.
Comment #3
mupsi