|
Answer» Hi
I'm in desperate NEED of some help with my tables/web design.
On the front page of my website, I wish to display two different 'blocks' of text, one as navigation menu on the left, and the main text in the center without them going UNDERNEATH each other, as if I had typed
If anyone could help, I'd be greatly appreciative.
Thanks!Nesting isn't needed for this (unless you're already WITHIN a table). Just start with this skeleton:
CODE: [Select] <table border='0'> <tr> <td valign='top'> Navigation side </td> <td valign='top'> Content side </td> </tr> </table>Thankyou!No problem. Let us KNOW if you want to do anything else with tables too! (Like fixed-width columns, etc.)
|