Page 1 of 1

Background for FCKEditor

Posted: Tue Aug 08, 2006 6:58 pm
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!

Re: Background for FCKEditor

Posted: Tue Aug 08, 2006 8:21 pm
by tsw
check extensions -> fckeditorX body tag css

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

Re: Background for FCKEditor

Posted: Sat Aug 12, 2006 9:12 pm
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?

Re: Background for FCKEditor

Posted: Tue Nov 07, 2006 11:39 am
by rodeto
Try this:

Extensions > FCKEditorX > Body tag CSS = background-image: none;

Re: Background for FCKEditor

Posted: Fri Dec 01, 2006 11:25 am
by Steppenwolf
I had the same problem.
Thanks to rodeto - your solution works fine!