Page 1 of 1

TinyMCE wysiwyg-Editor won't preview my CSS-Stylesheets

Posted: Mon Jan 28, 2008 11:38 am
by alphanimal
Hi everyone!

I have one main Template and some pages using it. this Template has 3 stylesheets assigned (one for the layout, one for the menu and one for the content)

in the content stylesheets there are definition like h2{color:blue}

all H2 headings are blue on the actual site, but not in the wysiwyg editor of TinyMCE.

It seems to ignore my stylesheets completely, its always a very small black Arial font. doesn't matter what I put into the css.

thanks in advance!
Daniel

Re: TinyMCE wysiwyg-Editor won't preview my CSS-Stylesheets

Posted: Sat Feb 02, 2008 12:53 am
by Ziggywigged
I'm having same issue. I'm using 1.2.3

Re: TinyMCE wysiwyg-Editor won't preview my CSS-Stylesheets

Posted: Mon Feb 04, 2008 1:52 pm
by Ziggywigged
Anyone, any suggestions?

Re: TinyMCE wysiwyg-Editor won't preview my CSS-Stylesheets

Posted: Mon Feb 04, 2008 3:42 pm
by reneh
Try to set you templates to be only screen type.

Re: TinyMCE wysiwyg-Editor won't preview my CSS-Stylesheets

Posted: Mon Feb 04, 2008 7:54 pm
by Ziggywigged
That worked, many thanks.

only thing is now i see the body background image i have in my css. i tried using background-color:white; for TinyMCE settings but still no good.

[SOLVED] I used

Code: Select all

background-image:none;
as default body tag.