CMSMS 1.9.4.2, TinyMCE 2.8.4
In other recent installs I was able to easily customize how text appears in the TinyMCE WYSIWYG window by adding css to "Additions to stylesheet:" located at Extensions -> TinyMCE WYSIWYG ->Advanced.
For example I could add:
Code: Select all
p {
margin:0em 0em 1em 0em;
font-family: Helvetica,Arial,sans-serif;
font-size: 15px;
color: red!important;
}
Has anyone else ran across this problem and found a work around?
Thanks in advance.