Hi,
i want to display a table on the middle of a page.
this is my coding
<table>
<tr><td>Username</td><td><asp:textBox id="txtuname" runat="Server"/></td></tr>
<tr><td>Password</td><td><asp:textBox id="txtpassword" runat="Server"/></td></tr>
<tr><td><asp:Button Id="Btn1" runat="Server"/></td></tr>
</table>
the table should be same distance from left,right,top,bottom
Regards
K L BAIJU