View Single Post
Old 08-17-2005, 08:22 PM   #1 (permalink)
twenty1
Member
 
Join Date: Aug 2005
Posts: 34
Default css align tables

How to use CSS to center the table?
//html
<div align="center">
<table>
<tr>
<td>content goes here
</td>
</tr>
</table>
</div>

Also how to center the table and keep the text aligned to the (default) left

thanks..
twenty1 is offline   Reply With Quote
Sponsored Links