Page is a not externally linkable
birdbrain - 11:04 am on Nov 2, 2009 (gmt 0)
try this, it should get you moving in the right direction... <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>my website</title> <style type="text/css"> #wrapper { #header { #navbar { #leftcol { #advert { #contentstuff { </head> <div id="wrapper"> <div id="header"> <div id="navbar"> <div id="leftcol"> <div id="advert"> <div id="contentstuff"> </div> </body>
Hi there callivert,
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<meta name="language" content="english">
<meta http-equiv="Content-Style-Type" content="text/css">
body {
margin:0;
padding:0;
background-color:#efe;
font-family:ariel,sans-serif;
font-size:0.9em;
}
width:784px;
height:1%;
padding:8px;
border:2px solid #008000;
margin:10px auto;
color:#000;
background-color:#ded;
overflow:hidden;
}
padding:8px;
border:2px solid #008000;
background-color:#fcfcfc;
}
padding:8px;
border:2px solid #008000;
margin:8px 0;
background-color:#fcfcfc;
}
float:left;
width:156px;
padding:8px;
border:2px solid #f00;
margin-right:8px;
background-color:#fcfcfc;
}
float:left;
width:184px;
padding:8px;
border:2px solid #00f;
margin-right:8px;
background-color:#fcfcfc;
}
float:left;
width:368px;
padding:8px;
border:2px solid #ffa500;
background-color:#fcfcfc;
}
</style>
<body>
<h1>A cool website</h1>
<p>with very cool content</p>
</div>
This is the navbar.
</div>
<p>QuickLinks</p>
<p>
here are lots of links. here are lots of links.
here are lots of links. here are lots of links.
here are lots of links. here are lots of links.
</p>
</div>
<h3>An advertisement</h3>
</div>
Here is content. here is content. Here is content. here is content.
Here is content. here is content. Here is content. here is content.
Here is content. here is content. Here is content. here is content.
</div>
</html>
birdbrain