Background for FCKEditor

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
18thTomorrow

Background for FCKEditor

Post by 18thTomorrow »

Hi,
In two of my sites, I have a patterned background set for body, then a white div over top of it with the content. Well, the background image shows up in the FCKEditor window, making it hard for some administrators to see what they're doing as they edit the page.

Is there a style or class I can use so that FCKEditor will not pick up with that background, and instead just give a nice white one?

Thanks!
tsw
Power Poster
Power Poster
Posts: 1408
Joined: Tue Dec 13, 2005 10:50 pm

Re: Background for FCKEditor

Post by tsw »

check extensions -> fckeditorX body tag css

it will override (well at least it should ;) body tag css for editor
18thTomorrow

Re: Background for FCKEditor

Post by 18thTomorrow »

Thanks for that...it looks like it *should* work finely...

but it don't.  :-\

Here's my exact CSS pertaining to the body tag:

  html, body {
        height: 100%; overflow: hidden;
margin: 0;
padding: 0;
      }

body {
        background: url('http://reformedchurchofyellville.org/images/rcoybg.gif');
}

the site is http://reformedchurchofyellville.org

any other ideas?
rodeto
Power Poster
Power Poster
Posts: 410
Joined: Thu May 04, 2006 9:12 am

Re: Background for FCKEditor

Post by rodeto »

Try this:

Extensions > FCKEditorX > Body tag CSS = background-image: none;
________________________________
Je gaat het pas zien als je het doorhebt.
Steppenwolf
Forum Members
Forum Members
Posts: 19
Joined: Fri Dec 01, 2006 11:22 am

Re: Background for FCKEditor

Post by Steppenwolf »

I had the same problem.
Thanks to rodeto - your solution works fine!
Locked

Return to “CMSMS Core”