I want to make my site, http://www.bipolarnation.com, (I'm well aware of the .bmp long loading time, will fix) look like this: 4 towered menu items - MAIN LOGO - 4 more towered menu items Then 3 columns under it. Any ideas? I'm having trouble constructing tables on notepad.
Try two tables: <table><tr><td width=x>Menu</td><td width=x>Logo</td><td width=x>Menu</td></tr></table> <table><tr><td>col 1</td><td>Col 2</td><td>Col 3</td></tr></table> Code (markup):