blocks not lining up

Discussion in 'HTML & Website Design' started by T.Ace, Nov 3, 2007.

  1. #1
    ok I want a part of my site to look like this

    [​IMG]

    but its comming up like this

    [​IMG]

    how do I do that?
     
    T.Ace, Nov 3, 2007 IP
  2. phpl33t

    phpl33t Banned

    Messages:
    456
    Likes Received:
    33
    Best Answers:
    0
    Trophy Points:
    0
    #2
    <table border="0" align="center">
    <tr><td>

    <table border="0" align="center">
    <tr>
    <td>Left side content here</td>
    <td valign="top">Right side content here.</td>
    </tr>
    </table>

    </td></tr>
    </table>
     
    phpl33t, Nov 3, 2007 IP
  3. T.Ace

    T.Ace Peon

    Messages:
    57
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    thanks alot
     
    T.Ace, Nov 3, 2007 IP