before u go David, in ur no table campaign thing, using divs, how do u limit the width, (width="width" doesnt work)?
thanks, have a nice holiday
[edit] forgot px lol, anyway, i cant get the divs to site next to each other here:
<html>
<head>
<link href="css.css" rel="StyleSheet">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Post Test</title>
</head>
<body>
<div id="topbar">Post Title</div>
<div id="leftbar"><u>Username</u><br>
<a href="ava1.jpg"><img src="ava1.jpg" alt="Avatar" width="80" height="80" alt="View fullsize"></a><br>
<b><a>Admin</a></b> - 400 posts<br>
<b>Interests:</b> PHP<br>
<b>Location:</b> Your face</div>
<div id="message">I be in the middle cos I'm a message!
<p>
<hr>
<br>
Your slut of a signature goes here!
</div>
<div id="rightbar">I be on the right!</div>
</body>
</html>
the CSS file is thus:
body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
}
#topbar {
background-color:#0099CC;
width:600px;
font-size:14px;
padding:2px 4px 2px 4px;
font-weight:bold;
border-bottom: 1px solid #000000;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
border-top: 1px solid #000000;
}
#leftbar {
background-color:#999999;
border-bottom: 1px solid #000000;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
border-top: 0px solid #000000;
padding:2px 5px 5px 5px;
width:125px;
}
#leftbar u {
font-size:14px;
}
#leftbar img {
border-bottom: 1px solid #000000;
border-left: 1px solid #000000;
border-right: 0px solid #000000;
border-top: 1px solid #000000;
}
#message {
background-color:#CCCCCC;
border-bottom: 1px solid #000000;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
border-top: 0px solid #000000;
padding:5px 5px 5px 5px;
width:425px;
}
#message hr {
width:200px;
text-align:left;
}
#rightbar {
background-color:#999999;
border-bottom: 1px solid #000000;
border-left: 0px solid #000000;
border-right: 1px solid #000000;
border-top: 0px solid #000000;
padding:5px 5px 5px 5px;
width:50px;
}
[edit 2] i updated the code
.: Join the "No Tables" campaign! :.