表格中控件間距問題
<table width="500" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#EFEFEF">
<tr>
<td colspan="2" class="style1" align="center">後臺管理系統</td>
</tr>
<tr>
<td width="30%" height="30" align="center" >登陸帳號:</td>
<td height="30">
<asp:TextBox ID="userName" runat="server" Width="157px"></asp:TextBox>
</td>
</tr>
<tr>
<td width="30%" height="30" align="center">登陸密碼:</td>
<td height="30">
<asp:TextBox ID="userPwd" runat="server" Width="154px"></asp:TextBox>
</td>
</tr>
<tr>
<td width="30%" height="30" > </td>
<td height="30">
<asp:Button ID="Button1" runat="server" Text="登陸" />
<asp:Button ID="Button2" runat="server" Text="清空" /> </td>
</tr>
</table>
我自己想做一個後臺管理系統
如何調整者兩個控件之間的距離???如果按空格出現,就會出現 空格符號,既不美觀也很白癡。所謂有沒有人能告訴我如何調整控件在表格中的距離?