This is my CSS code
body{
background: white url(/image/bg.jpeg) repeat-x center top
} HTML code
<!doctype html>
<html>
<head>
<title>Page title</title>
<link rel="stylesheet" type="text/css" href="style.css" /
</head>
<body>
</body>
</html> I don't why but the image doesn't show up. The image for the background is below
Thanks in advance

