<!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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
<style type="text/css">
body {
background: #0066FF;
font-size:12px;
font-family:Arial;
border-top:thick;
border-top-color:#FFFFFF;
border-top-width: 800px;
border-top-height: 20px;
border-top-style:none
font-variant:small-caps;
}
#header {
background:#ffffff;
width: 800px;
height: 40px;
}
#bodycontent {
background-color:#CCCCCC;
width: 800px;
height: 500px;
postition: center;
}
#footer {
background-color:#FFFFFF;
width: 800px;
height: 40px;
}
</style>
<div id=header>header</div>
<div id=bodycontent>this is some content
</div>
<div id=footer>footer</div>
</body>
</html>
Any Recommended Tutorials? I No The Basics Want To Learn More Advanced HTML
Edited by Praise, 29 July 2008 - 11:25 PM.
