PDA

View Full Version : Can't see my background!!


Linda
07-11-2008, 03:33 AM
I don't understand why... I've tried to put a background color for my site (black), but it doesn't work, then I've tried with a background image but I still can't see it. Help me if you can please. Here is the url:

http://www.dreams-link.webs.com/

Maz
07-11-2008, 04:48 AM
Instead of background: #000000; in your CSS, put background-color: #000000;

Linda
07-11-2008, 05:03 AM
It doesn't work, the background is still in white.

diamondicing
07-11-2008, 05:06 AM
try putting this somewhere


<body bgcolor="#000000">

Jaffa
07-11-2008, 05:34 AM
Try putting the code nic gave above all of your div layout coding, and if that doesn't work, try replacing all of this -

background-image: url('http://i157.photobucket.com/albums/t70/dazzling-passion/BG-4.png'); background-position:center; background-attachment:fixed; background-repeat: repeat;
(from your css code)

with this code -

background: url(http://i157.photobucket.com/albums/t70/dazzling-passion/BG-4.png);

and see if it works?

Linda
07-11-2008, 05:50 AM
Woohoo Thank you all!!! (Maz, Nic & Jaffa), I've put :<body bgcolor="#000000"> in the index.html and it works. :D

PROBLEM SOLVED.