Name: Anonymous 2009-01-23 12:07
So I just started making mah own HOMEPAGE, and found some trouble with setting the background. This is my code atm:
body {
background-image: bg.jpg;
font-family: verdana;
font-size: 54px;
}
The file bg.jpg is in my root folder along with the css-file. How come it aint working?
body {
background-image: bg.jpg;
font-family: verdana;
font-size: 54px;
}
The file bg.jpg is in my root folder along with the css-file. How come it aint working?