my97的位置问题
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="UserManager.aspx.cs" Inherits="WzJyw.manager.UserManager" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.
<html xmlns="http://www. >
<head runat="server">
<title>无标题页</title>
<link rel="stylesheet" type="text/css" href="skin/css/base.css">
<style type="text/css">
.style1
{
width: 50%;
}
</style>
</head>
<body>
<form id="form1" runat="server">
<script language="jscript" src="My97DatePicker/WdatePicker.js"></script>
<table width="98%" border="0" cellpadding="2" cellspacing="1" bgcolor="#D1DDAA" align="center" style="margin-top:8px">
<tr bgcolor="#E7E7E7">
<td height="24" colspan="2" background="skin/images/tbg.gif"
style="text-align:center"> 会员信息 </td>
</tr>
<tr align="center" bgcolor="#FAFAF1" height="22">
<td class="style1">用户名</td>
<td width="50%">
<asp:TextBox ID="txtYongHu" runat="server" MaxLength="13"></asp:TextBox>
</td>
</tr>
<tr align="center" bgcolor="#FAFAF1" height="22">
<td class="style1">密码</td>
<td width="50%">
<asp:TextBox ID="txtMiMa" runat="server" TextMode="Password" MaxLength="16"></asp:TextBox>
</td>
</tr>
<tr align="center" bgcolor="#FAFAF1" height="22">
<td class="style1">密码提示</td>
<td width="50%">
<asp:TextBox ID="txtMiMaTiShi" runat="server" MaxLength="20"></asp:TextBox>
</td>
</tr>
<tr align="center" bgcolor="#FAFAF1" height="22">
<td class="style1">密码答案</td>
<td width="50%">
<asp:TextBox ID="txtMiMaDaAn" runat="server" MaxLength="20"></asp:TextBox>
</td>
</tr>
<tr align="center" bgcolor="#FAFAF1" height="22">
<td class="style1">类型</td>
<td width="50%">
<asp:DropDownList ID="drplstType" runat="server">
</asp:DropDownList>
</td>
</tr>
<tr align="center" bgcolor="#FAFAF1" height="22">
<td class="style1">注册时间</td>
<td width="50%">
<asp:TextBox ID="txtZhuCeShiJian" runat="server" onFocus="WdatePicker({dateFmt:'yyyy-MM-dd HH:mm:ss',alwaysUseStartDate:true})"></asp:TextBox>
</td>
</tr>
<tr align="center" bgcolor="#FAFAF1" height="22">
<td width="50%" colspan="2">
<asp:Button ID="btnQueDing" runat="server" onclick="btnQueDing_Click"
Text="新增用户信息" />
</td>
</tr>
</table>
</form>
</body>
</html>