TinyMCE Additions to Stylesheets not working
Posted: Mon Nov 21, 2011 6:24 pm
Hi,
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:
On my most recent install of CMSMS 1.9.4.2 I can't get the css modification to work. I've read in other threads where in the past a similar issue was resolved by logging out and back in, this doesn't work for me.
Has anyone else ran across this problem and found a work around?
Thanks in advance.
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.