View Full Version : backround image help


Zen
07-23-2003, 08:05 PM
I'm kind of new at this, and I can't seem to get my backround images to appear. Here's the code I use:

<style type="text/css">
body
{ backround-image: image.jpg;
backround-repeat: repeat-x; }
</style>

Any help would be appreciated.

MaGiCSuN
07-23-2003, 08:31 PM
you have forgot the url part to it. Like this, the bold part is what i have added to it:

<style type="text/css">
body
{ backround-image: url(image.jpg);
backround-repeat: repeat-x; }
</style>

Zen
07-23-2003, 08:49 PM
I made the change and it still doesn't seem to be working.

MaGiCSuN
07-23-2003, 09:21 PM
are you sure image.jpg is the image in the same directory as your file is?

Love,
Mirna

Zen
07-23-2003, 10:21 PM
Like am I sure the image is .jpg and not .gif? If so, yes, I checked.

starlet
07-23-2003, 11:29 PM
Could you post a link to the page then please? Thanks :)