Results 1 to 4 of 4

Thread: N00B Question about tables

  1. #1

    Thread Starter
    Member
    Join Date
    May 2002
    Location
    Pittsburgh, PA
    Posts
    42

    N00B Question about tables

    Ok, I am a complete noob to HTML now that I haven't worked on it for over a year. And it is driving me nuts trying to figure out how to get tables to align next to each other. Every time I try, they end up on top of one another, or one on the left, and one on the right below the other. I just want them to line up next to one another!!! It is really frustrating me and I would appreciate if someone would help me out =(

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

  3. #3
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: N00B Question about tables

    Originally posted by Aquabat7547
    Ok, I am a complete noob to HTML now that I haven't worked on it for over a year. And it is driving me nuts trying to figure out how to get tables to align next to each other. Every time I try, they end up on top of one another, or one on the left, and one on the right below the other. I just want them to line up next to one another!!! It is really frustrating me and I would appreciate if someone would help me out =(
    Why not place both the tables within another table?

  4. #4
    Frenzied Member wpearsall's Avatar
    Join Date
    Feb 2002
    Location
    England / UK
    Posts
    1,065
    <table align="center">
    <tr>
    <td><!-- Left Table --></td>
    <td><!-- Middle Table --></td>
    <td><!-- Right Table --> </td>
    </tr>
    </table>
    Wayne

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width