Templates Spacing

Discussion in 'HTML & Website Design' started by pr0xy122, Nov 22, 2006.

  1. #1
    How can I space tables out so evenly such as the one below, when I try to do this the tables either all get squashed at the top or at the bottom, depending to where I align it.

    How do I Space out my tables like this, really need to know this. :)
    [​IMG] for example the table above the search box they are spaced well.
     
    pr0xy122, Nov 22, 2006 IP
  2. Kisiel

    Kisiel Peon

    Messages:
    12
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    As it is based on tables I'm sure there are tables in tables. It's the easiest way to make it

    
    <table><TR><TD width=200 align=left>
    <table width=180><TR><TD>content</TD></TR></TABLE>
    </TD></TR></TABLE>
    
    Code (markup):
     
    Kisiel, Nov 22, 2006 IP
  3. pr0xy122

    pr0xy122 Peon

    Messages:
    1,649
    Likes Received:
    21
    Best Answers:
    0
    Trophy Points:
    0
    #3
    mmm...anyway to do that in Dreamweaver?
     
    pr0xy122, Nov 22, 2006 IP
  4. just-4-teens

    just-4-teens Peon

    Messages:
    3,967
    Likes Received:
    168
    Best Answers:
    0
    Trophy Points:
    0
    #4
    im guessing you would have to manually write the code as dreamweaver would mess with the layout (it used to in my experience anyway) just go into code view :)
     
    just-4-teens, Nov 22, 2006 IP
  5. pr0xy122

    pr0xy122 Peon

    Messages:
    1,649
    Likes Received:
    21
    Best Answers:
    0
    Trophy Points:
    0
    #5
    mmm...ok any other ways?
     
    pr0xy122, Nov 28, 2006 IP