Encountered problem with installing TinyMCE on Drupal?
Andy told me yesterday to post the problem that I have encountered on installing and making TinyMCE editor on Drupal. He thought maybe you would encounter the same problem in the future.
Task:
to install TinyMCE editor on Drupal
Problem Encountered:
TinyMCE does not reflect the font styles you made using the editor when published. But it is seen on the editor when checked.
Solution:
(This is if you are certainly sure that you have created a profile for the editor and have set the configurations for that profile.)
Check the css used, because it might be calling some classes to set the style and simply remove it. So even if you try and try to change the color, face, size or whatever on the editor, still, you can’t see it being published.
Misc:
I used Bluemarine’s file for making the template.
If you think of the problem, you might be saying that’s so easy to solve man. But we must admit, it’s not that easy to trace line per line to see what went wrong. In my case, I used firebug. So If you haven’t installed it yet on your FireFox, better get one now.