Personally i've not touched a table for layout in almost 2yrs...
my average html doc looks somthing like this:
Code:
<html>
<head><title>Engines like good content/code ratio</title></head>
<body>
<div id="header">
header stuff here
</div>
<div id="content"
content stuff here
</div>
<div id="leftnav">
left nav stuff here
</div>
</body>
</html>
Much better to use the technology available IMO - it' aint 1997
