Jump to content

Creating a menu throught a table


9thatpine

Recommended Posts

<table border="1">

<tr>
       <td>r1-1</td>
       <td rowspan="4" valign="top">lots of stuff goes here</td>
       <td>r1-3</td>
</tr>
<tr>
       <td>r2-1</td>
       <td>r2-3</td>
</tr>
<tr>
       <td>r3-1</td>
       <td>r3-3</td>
</tr>
<tr>
       <td>r4-1</td>
       <td>r4-3</td>
</tr>
</table>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.