讓整個table居於頁面正中,(上下左右居中)。
阿新 • • 發佈:2019-01-10
<form id="form1" method="post">
<table border=0 cellpadding=0 cellspacing=0 style="width:100% ;height:100%">
<tr>
<td style="width:100%;" align="center" valign="middle">
<table style="background-color:lightskyblue; margin:auto">
<tr>
<td></td>
<td align="center"> 使用者登入 </td>
<td></td>
</tr>
</table>
</td>
</tr>
</table>
</form>
<table border=0 cellpadding=0 cellspacing=0 style="width:100% ;height:100%">
<tr>
<td style="width:100%;" align="center" valign="middle">
<table style="background-color:lightskyblue; margin:auto">
<tr>
<td></td>
<td align="center"> 使用者登入 </td>
<td></td>
</tr>
</table>
</td>
</tr>
</table>
</form>