View Single Post
Old 01-19-2009, 03:17 PM  
StuartD
Sofa King Band
 
StuartD's Avatar
 
Join Date: Jul 2002
Location: Outside the box
Posts: 29,903
Quote:
Originally Posted by AlienQ View Post
<table>
<tr>
<td>navigation</td>
<td>content area</td>
</tr>
<tr>
<td>footer stuff</td>
</tr>
</table>

Or...

<table>
<tr>
<td>Content Area</td><TD>Navigation</TD>
</tr>
<tr rowspan=2>
<td>footer stuff</td>
</tr>
</table>

Simplify the order of content with good structure along those lines.
I'd prefer you used CSS for the first, but it still looks ok.

If you used the second table, I'd never hire you.
StuartD is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote