How do I change the default font size/face color of the editor?
We recommend that you have a look at the content_css option, this enables you to switch the CSS file TinyMCE uses for it's editing area with a file with your CSS rules for font size and so forth.
Option: content_css
This option enables you to specify a custom CSS file that extends the theme content CSS. This CSS file is the one used within the editor (the editable area). The default location of this CSS file is within the current theme. This option can also be a comma separated list of URLs.
Example of usage of the content_css option:
tinyMCE.init({
...
content_css : "/mycontent.css"
Before I got and mess arround, would like to know:
Should I create a css file and called MYCONTENT.CSS and put it in the current theme folder, together with the other css file of the current theme?
and where should I be pointing that code to the css file?
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum