Posted by Nikolay Kurtov on 08/03/07 06:28
I have index.html, style.css, image.png in one folder.
in index.html I include style.css
<head>
<title>Newbie question</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" /
>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
In style.css I set the background:
body{
background-image:url("image.png");
}
But the image doesn't load.
How should I correct the url in css?
Navigation:
[Reply to this message]
|