View Full Version : Table aligning


Aelurus
02-27-2003, 11:35 PM
How do you get two tables directly opposite from another? Like one to the the left and the other to the right. Thanks!

pb&j
02-28-2003, 02:41 AM
Use another table.

<table width="100%"><tr><td>

code for table one goes in here

</td><td align="right">

code for table two goes in here

</td></tr></table>