1. 程式人生 > >讓整個table居於頁面正中,(上下左右居中)。

讓整個table居於頁面正中,(上下左右居中)。

    <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>