0
How to place a table in the center
5 Answers
+ 3
once you have your table use these tags:
<center></center>
+ 1
Set the parent tag aligment to "center".
The table should then be centered.
+ 1
... didn't I say that?
0
set the parent tag alignmentHi to "center".the table should then be centered
0
<table border="2" align="center">
<tr>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td><br /></td>
<td></td>
</tr>
</table>