如果能把这段ASP竖向链接的代码变为横向的??

来源:百度知道 编辑:UC知道 时间:2024/05/29 10:18:17
我的ASP很弱的。。希望有能人帮改一下

<head>
<meta http-equiv="Content-Language" content="zh-cn">
<style TYPE="text/css">
<!--
A:link{text-decoration:none}
A:visited{text-decoration:none}
A:hover {color: #FF0000;text-decoration:underline}
-->
</style>

</head>

<table width="100%" height="36" border="0" cellpadding="0" cellspacing="0" >
<tr>
<td height="36" align="center" valign="top">

<%
set rs=server.CreateObject("adodb.recordset")
rs.open "select * from dsj order by id desc",conn,1,1
if rs.eof then
response.Write("当前没有信息!!")
else
do while not rs.eof
%>

<table width="100%" border="0" cellspacing="0&qu

<head>
<meta http-equiv="Content-Language" content="zh-cn">
<style TYPE="text/css">
<!--
A:link{text-decoration:none}
A:visited{text-decoration:none}
A:hover {color: #FF0000;text-decoration:underline}
-->
</style>

</head>

<table width="100%" height="36" border="0" cellpadding="0" cellspacing="0" >
<tr>
<%
set rs=server.CreateObject("adodb.recordset")
rs.open "select * from dsj order by id desc",conn,1,1
if rs.eof then
response.Write("当前没有信息!!")
else
do while not rs.eof
%>
<td height="36" align="center" valign="top">
<a target="_blank" href="<%=rs("coming")%>"><%=rs("title")