View Full Version : can somebody help me with...


loserw/a guitar
04-22-2003, 03:26 PM
I'm confused. I'm a begginer, and here's a link to my site

http://www.geocities.com/rightshoeoff/index.html

I have the picture there, but was wondering how to make the rest of the background black. Any help would be GREATLY appreciated.

SSPrincess
04-22-2003, 03:32 PM
I can think of two ways. One, you take the picture and put black around it, and then re-upload it. Two is using this html: <body bgcolor="black">

I hope this helps.

Oh, and it's beginner, not begginer.

MaGiCSuN
04-22-2003, 03:40 PM
You could change this:

body
{
background-repeat:repeat-y;
background-position: 50% 0%;
}

to this

body
{
background-color: #000000;
background-repeat:repeat-y;
background-position: 50% 0%;
}

or change:

<body background="rightshoeoff2.gif">

to : <body background="rightshoeoff2.gif" bgcolor="#000000">

like SSprincess allready said :)

Love,
Mirna