Link to home
Start Free TrialLog in
Avatar of isaacr25
isaacr25

asked on

Help with site background

I'm trying to make the background of this site just plain white, or a solid color, and I can't seem to figure it out! I've tried changing images etc, and I've tried using FireBug, but I can't seem to get it right.

Quite simply, I need to remove all color & images from the background and make it a solid color. The body needs to stay the way it is. PLEASE HELP!

Thanks.
Avatar of VirusMinus
VirusMinus
Flag of Australia image

which site?

try this:

body{background:white}

and make sure any div's immediately after the body like the wrapper etc. have the same thing as well.. background:white.

it helps if you paste code, or provide a link.
if you have any other CSS then just add the background:white into the CSS for that element
Avatar of isaacr25
isaacr25

ASKER

Sorry... here's the site:

<site address removed>/dev2/versacorp

site address removed
angelIII, zone advisor
Adding <body bgcolor="#FFFFFF"> makes no difference.
Avatar of Jason C. Levine
Isaac,

Change the following line in http://<site address removed>/dev2/versacorp/style.css

body {margin:0; padding:0; background:#1E1E1E;}

to

body {margin:0; padding:0; background:#FFFFFF;}

The CSS style overrides the HTML background tag.

site address removed
angelIII, zone advisor
That doesn't quite get it done... there's something else that needs changing. See the link again with the new css file.
ASKER CERTIFIED SOLUTION
Avatar of Jason C. Levine
Jason C. Levine
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Why is the site address removed?
Not sure.  Isaac, did you request that?