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

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
alphanimal

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

Post 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
Ziggywigged
Power Poster
Power Poster
Posts: 424
Joined: Sat Feb 02, 2008 12:42 am

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

Post by Ziggywigged »

I'm having same issue. I'm using 1.2.3
Take a penny, leave a penny.
Ziggywigged
Power Poster
Power Poster
Posts: 424
Joined: Sat Feb 02, 2008 12:42 am

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

Post by Ziggywigged »

Anyone, any suggestions?
Take a penny, leave a penny.
reneh
Dev Team Member
Dev Team Member
Posts: 446
Joined: Tue Nov 28, 2006 8:39 pm

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

Post by reneh »

Try to set you templates to be only screen type.
ReneH 8-)
A search will save you hours waiting for an answer! Image
Ziggywigged
Power Poster
Power Poster
Posts: 424
Joined: Sat Feb 02, 2008 12:42 am

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

Post 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.
Last edited by Ziggywigged on Fri Feb 08, 2008 6:47 pm, edited 1 time in total.
Take a penny, leave a penny.
Locked

Return to “CMSMS Core”