看着很舒服的table样式

来源:互联网 发布:法兰克系统编程实例 编辑:程序博客网 时间:2024/05/07 07:33
  <table cellspacing="0" bordercolordark="#ffffff" cellpadding="1" width="40%" align="center"
                bgcolor="#ffffff" bordercolorlight="#d1d3cd" border="1">
                <tr align="center" height="25">
                    <td colspan="2" height="10">
                        <table cellspacing="0" cellpadding="0" width="100%" align="center" border="0">
                            <tr>
                                <th class="font_title" align="left" width="57%">
                                    <img height="25" src="../../Images/Share/Ico/Xp/ico_Xp03.gif" align="absBottom"><%=Request["title"]%>&nbsp;&nbsp;后台管理</th>
                            </tr>
                        </table>
                    </td>
                </tr>
                <TR>
                    <TD height="30" align="center">角色</TD>
                    <TD height="30">
                        <asp:DropDownList id="Limit_Id" runat="server"></asp:DropDownList></TD>
                </TR>
                <tr align="center" height="25">
                    <td height="30" align="center">帐号</td>
                    <td height="30">
                        <div align="left">
                            <asp:TextBox id="User_Id" title="请输入学号" runat="server" dataType="r" MaxLength="20"></asp:TextBox></div>
                    </td>
                </tr>
                <TR>
                    <TD align="center" height="30">密码</TD>
                    <TD height="30">
                        <asp:TextBox id="Pwd" title="请输入密码" runat="server" dataType="r" MaxLength="20" TextMode="Password"></asp:TextBox></TD>
                </TR>
                <tr height="25" align="center">
                    <td colspan="2" style="height: 35px">
                        <asp:button id="btn_Save" runat="server" Text=" 登 陆 " onclick="btn_Save_Click"></asp:button>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
                        <asp:button id="btn_Return" runat="server" Text="返前台" onclick="Button1_Click"></asp:button>
                    </td>
                </tr>
            </table>
原创粉丝点击