Help with tables

Discussion in 'HTML & Website Design' started by Dan Kenitz, Apr 19, 2006.

  1. #1
    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.
     
    Dan Kenitz, Apr 19, 2006 IP
  2. jaymcc

    jaymcc Peon

    Messages:
    139
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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):
     
    jaymcc, Apr 19, 2006 IP
  3. Dan Kenitz

    Dan Kenitz Guest

    Messages:
    116
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thanks, much appreciated as always!
     
    Dan Kenitz, Apr 20, 2006 IP