|
-
Dec 18th, 2002, 03:31 PM
#1
Thread Starter
Member
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 =(
-
Dec 18th, 2002, 03:34 PM
#2
-
Dec 18th, 2002, 03:36 PM
#3
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?
-
Dec 18th, 2002, 08:05 PM
#4
Frenzied Member
<table align="center">
<tr>
<td><!-- Left Table --></td>
<td><!-- Middle Table --></td>
<td><!-- Right Table --> </td>
</tr>
</table>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|