Rather than use the attribute align which is deprecated I would prefer to use CSS.
What would I put in my stylesheet to center the table?
<div align="center">
<table>
<tr>
<td>content goes here
</td>
</tr>
</table>
</div>
Secondly how would I center the table and at the same time keep the text aligned to the (default) left?
thanks..
What would I put in my stylesheet to center the table?
<div align="center">
<table>
<tr>
<td>content goes here
</td>
</tr>
</table>
</div>
Secondly how would I center the table and at the same time keep the text aligned to the (default) left?
thanks..