Hi there alexdog1805,
does this help...
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="language" content="english">
<meta http-equiv="Content-Style-Type" content="text/css">
<title></title>
<style type="text/css">
body {
padding:0;
margin:0;
}
#banner img {
display:block;
width:324px;
height:200px;
margin:auto;
background-color:#999;
}
#content {
margin-top:50px;
text-align:center;
background-color:#999;
}
</style>
</head>
<body>
<div id="banner">
<img src="image-way.jpg" alt="">
</div>
<div id="content">
Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
</div>
</body>
</html>
coothead
Bookmarks