[SOLVED] Style affects interface

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
Steve_T
Forum Members
Forum Members
Posts: 30
Joined: Sun Dec 09, 2007 10:31 am

[SOLVED] Style affects interface

Post by Steve_T »

I'm working on converting an existing community website to run in CMS Made Simple and naturally we want to reflect the existing look which everyone likes.

http://www.tvcm.co.uk/sites/margrovepark/

the background image that surrounds the page is meant to reflect the fact that is rural village is surrounded by trees. It's all ok until you want to edit a page in which case the WYSIWYG editor has that background image in the text edit box which obscures everything. How can we avoid this.

CMSMS V 1.2.2.
Last edited by Steve_T on Wed Jan 16, 2008 5:55 pm, edited 1 time in total.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Style affects interface

Post by Dr.CSS »

Search is your friend...

In editor admin is a box for background color...

background-color:#FFF ...
Steve_T
Forum Members
Forum Members
Posts: 30
Joined: Sun Dec 09, 2007 10:31 am

Re: Style affects interface

Post by Steve_T »

Thanks for that. I've tried what you say but it has no effect. I'm using TinyMCE as my editor and I've tried various things in the

Body Tag CSS: box which seems to be the only place to do it. Nothing works including:

background-color:white;

background-color:#FFFFFF;

and a few other variations. I've also searched and found others with similar prob but not seen a conclusive solution particularly for TinyMCE - should I change my editor?
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Style affects interface

Post by Dr.CSS »

You did hit the Update button below that right?...

Also try the 'Strip Background Tags From CSS'...
Steve_T
Forum Members
Forum Members
Posts: 30
Joined: Sun Dec 09, 2007 10:31 am

Re: Style affects interface

Post by Steve_T »

yes - I clicked "update"

I've also ticked 'Strip Background Tags From CSS'...  but to no avial
Steve_T
Forum Members
Forum Members
Posts: 30
Joined: Sun Dec 09, 2007 10:31 am

Re: Style affects interface

Post by Steve_T »

I guess the answer to this is that there is no answer. I'm working with this group today so I will have to remove the background image from the site that is showing up unwanted in the editor. Shame to have to alter the site to suit the editor
hexdj
Power Poster
Power Poster
Posts: 415
Joined: Sat Mar 24, 2007 8:28 am

Re: Style affects interface

Post by hexdj »

did you try

background-image:none;

???
Steve_T
Forum Members
Forum Members
Posts: 30
Joined: Sun Dec 09, 2007 10:31 am

Re: Style affects interface

Post by Steve_T »

but were would I apply that?
hexdj
Power Poster
Power Poster
Posts: 415
Joined: Sat Mar 24, 2007 8:28 am

Re: Style affects interface

Post by hexdj »

In the Tiny settings, where it says Body Tag CSS.

Don't forget to hit the Update button
Steve_T
Forum Members
Forum Members
Posts: 30
Joined: Sun Dec 09, 2007 10:31 am

Re: Style affects interface

Post by Steve_T »

works a treat thanks
Post Reply

Return to “Layout and Design (CSS & HTML)”