View Single Post
Old 01-19-2009, 11:54 PM  
chodadog
Confirmed User
 
Join Date: Apr 2002
Posts: 9,736
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.
rowspan=2?

__________________
26 + 6 = 1
chodadog is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote