I need to get a picture to be my backround.
how do i do this. here is the link to the picture
http://wp.li.ru/space/space_034.jpg
ID:12155
May 8 2006, 4:04 pm
|
|
May 8 2006, 4:07 pm
|
|
background-image: url(link);
|
body {
background-color:#000; background-image: url('http://wp.li.ru/space/space_034.jpg'); background-repeat: no-repeat; background-attachment: fixed; background-position: center; } |