Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>__APPEARS_IN_TITLEBAR__</title>
</head>
<body>
<div id = "Nav" style = "position: absolute; width: 100px; height: 240px; top: 0px; left: 0px;">
Nav
</div>
<div id = "Logo" style = "position: absolute; width: 300px; height: 480px; top: 0px; left: 0px;">
Logo
</div>
<div id = "content" style = "position: absolute; width: 700px; height: 480px; top: 0px; left: 0px;">
content
<p>OTHER CONTENT</p>
<div>YET OTHER CONTENT</div>
<ul>
<li>LIST ITEM</li>
<li>LIST ITEM</li>
<li>LIST ITEM</li>
<li>LIST ITEM</li>
<li>LIST ITEM</li>
<li>LIST ITEM</li>
</ul>
</div>
<div id = "Footer" style = "position; absolute; width: 1000px; height: 240px; top: 0px; left: 0px;">
Footer
</div>
</body>
<html>
Attached is how a site with ^^ as its html code will show up.
before you to dive into positioning, try to make sure you get the content inserted... after you get the content inserted, then go back and look into the styling of the page layout.
Bookmarks