I had this previously :
Code: Select all
<body>
<table align="center">
...
</table>
</body>I searched google and found that the replacement for align=center is now CSS's text-align:center but the output is really not the same.
Is there anyway for my table to be aligned center of the page(body)?
Thanks