This is the code I have at the moment.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<style type="text/css">
DIV.page {width: 800px}
DIV.header {
height: 118px;
width: 800px;
background-image: url(images/webdesignfull_r1_c1.jpg);
}
DIV.underheader {
font-family: "Lucida Sans", Arial, "Century Gothic";
font-size: 10px;
background-color: #E3E3E3;
height: 20px;
width: 600px;
font-weight: bold;
vertical-align: middle;
}
DIV.date {
font-family: "Lucida Sans", Arial, "Century Gothic";
font-size: 10px;
background-color: #E3E3E3;
height: 20px;
width: 200px;
float: right;
vertical-align: middle;
text-align: center;
font-weight: bold;
}
</style>
</head><body>
<div class="page">
<div class="header"></div>
<div class="underheader">Latest Page Updated: Home Page </div>
<div class="date">Wednesday October 11, 2006 7:43 PM</div>
<H1> </H1>
</div>
</body></html>
Thanks for your help
Edited by Tarquin, 11 October 2006 - 01:50 PM.
