Can someone help me align my table to the center of the webpage? I have tried using align="right" and "center" but neither seem to be working. Any tips on how to position the table correctly?
<table style="table-layout:fixed;" align="right" cellspacing="2" border="0" cellpadding="0" id="Table_User" runat="server">
<tbody>
table fields
</tbody>
</table>
Thanks