9thatpine Posted August 22, 2007 Share Posted August 22, 2007 Hey guys! I'm intending to do a menu throught a table but I can't format the table in the way I want to yet so I'm here asking your worthy help for this one. The table would be like this: How can I format this in html? Thanks! Link to comment https://forums.phpfreaks.com/topic/66151-creating-a-menu-throught-a-table/ Share on other sites More sharing options...
AndyB Posted August 22, 2007 Share Posted August 22, 2007 <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> Link to comment https://forums.phpfreaks.com/topic/66151-creating-a-menu-throught-a-table/#findComment-330928 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.