I am trying to align my table to centre of the webpage and I wam using align="right","centre" but non of them working,can some one point me in setting the table position!
<table style="table-layout:fixed;" align="right" cellspacing="2" border="0" cellpadding="0" id="Table_User" runat="server" >
<tbody>
table fields
</tbody>
</table>
Thanks