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
TinyMCE wysiwyg-Editor won't preview my CSS-Stylesheets
-
- Power Poster
- Posts: 424
- Joined: Sat Feb 02, 2008 12:42 am
Re: TinyMCE wysiwyg-Editor won't preview my CSS-Stylesheets
I'm having same issue. I'm using 1.2.3
Take a penny, leave a penny.
-
- Power Poster
- Posts: 424
- Joined: Sat Feb 02, 2008 12:42 am
Re: TinyMCE wysiwyg-Editor won't preview my CSS-Stylesheets
Anyone, any suggestions?
Take a penny, leave a penny.
Re: TinyMCE wysiwyg-Editor won't preview my CSS-Stylesheets
Try to set you templates to be only screen type.
ReneH 
A search will save you hours waiting for an answer!

A search will save you hours waiting for an answer!

-
- Power Poster
- Posts: 424
- Joined: Sat Feb 02, 2008 12:42 am
Re: TinyMCE wysiwyg-Editor won't preview my CSS-Stylesheets
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 as default body tag.
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;
Last edited by Ziggywigged on Fri Feb 08, 2008 6:47 pm, edited 1 time in total.
Take a penny, leave a penny.