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!
Background for FCKEditor
Re: Background for FCKEditor
check extensions -> fckeditorX body tag css
it will override (well at least it should ;) body tag css for editor
it will override (well at least it should ;) body tag css for editor
-
18thTomorrow
Re: Background for FCKEditor
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?
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
Try this:
Extensions > FCKEditorX > Body tag CSS = background-image: none;
Extensions > FCKEditorX > Body tag CSS = background-image: none;
________________________________
Je gaat het pas zien als je het doorhebt.
Je gaat het pas zien als je het doorhebt.
-
Steppenwolf
- Forum Members

- Posts: 19
- Joined: Fri Dec 01, 2006 11:22 am
Re: Background for FCKEditor
I had the same problem.
Thanks to rodeto - your solution works fine!
Thanks to rodeto - your solution works fine!
