matt25
10-31-2008, 02:52 PM
This is my HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>South west THT Young Leaders</title>
<link rel="stylesheet" type="text/css" href="/layout.css" />
</head>
<body>
<div id="page-wrap">
<div class="header">
</div>
</div> <!-- END page-wrap-->
</body>
</html>
And this is my CSS:
div.page-wrap {
margin: 0 auto;
}
div.header
{
background:url('images/header.jpg') repeat-x top;
}
And this is my page http://www.thttest.110mb.com
I am starting to build a new home page and I can't figure out why this isn't showing anything, the image file is correct the CSS is in the right place, I can't find fault with the little coding I've done, can someone help?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>South west THT Young Leaders</title>
<link rel="stylesheet" type="text/css" href="/layout.css" />
</head>
<body>
<div id="page-wrap">
<div class="header">
</div>
</div> <!-- END page-wrap-->
</body>
</html>
And this is my CSS:
div.page-wrap {
margin: 0 auto;
}
div.header
{
background:url('images/header.jpg') repeat-x top;
}
And this is my page http://www.thttest.110mb.com
I am starting to build a new home page and I can't figure out why this isn't showing anything, the image file is correct the CSS is in the right place, I can't find fault with the little coding I've done, can someone help?