回复 3楼 ngm917
不太明白你的意思,我是菜鸟,我的4.asp的代码是这样
html xmlns="http://www.
<head runat="server">
<title>无标题页</title>
<style type="text/css">
.style1
{
width: 81%;
height: 24px;
margin-left: 80px;
}
.style2
{
width: 160px;
}
.style3
{
width: 179px;
}
.style5
{
width: 151px;
}
.style6
{
width: 156px;
}
</style>
</head>
<body >
<form id="form1" runat="server">
<table class="style1">
<tr>
<td class="style5" style="text-align: center">
<asp:HyperLink id="hl_Main" runat="server" NavigateUrl="登录.aspx" Target="ST_main"><img src="img/home.gif" border="0"><br>放回登录 </asp:HyperLink>
</td>
<td class="style2" style="text-align: center">
<asp:HyperLink id="HyperLink2" runat="server" NavigateUrl="用户管理.aspx" Target="ST_main"><img src="img/UserOrder.gif" border="0"><br>用户管理 </asp:HyperLink>
</td>
<td class="style3" style="text-align: center">
<asp:HyperLink id="HyperLink3" runat="server" NavigateUrl="果蔬管理.aspx" Target="ST_main"><img src="img/account.gif" border="0"><br>果蔬管理</asp:HyperLink>
</td>
<td class="style6" style="text-align: center">
<asp:HyperLink id="HyperLink4" runat="server" NavigateUrl="edit.aspx" Target="ST_main"><img src="img/edit.gif" border="0"><br>订单管理</asp:HyperLink>
</td>
</tr>
</table>
<div>
</div>
</form>
</form>
</body>
</html>
你的意思是加在哪合适?