谁帮我把这段ASP代码改下
<tablewidth="100%"border="0"cellpadding="0"cellspacing="0"><tr><tdheight="28"><divali...
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="28"><div align="right">
<table border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="15"><span class="cs"><img src="images/14.gif" alt="icon" width="5" height="5" /></span></td>
<td width="120"><div align="center"><a href='type.asp?typeid=<%=rs("id")%>' class="bt"><%=left(rs("name"),27)%></a></div></td>
<td width="16"> </td>
</tr>
</table>
</div></td>
</tr>
</table>
<%
rs.movenext
loop
end if
rs.close
Set rs=Nothing
%>
</div></td>
</tr>
</table>
这是一段读取分类的代码,不过排列是这样的:
A1
A2
A3
如何让它这样排列:
A1 A2
A3 A4
A5 A6
就是我们经常见到的产品分类目录 只能竖排排列,如何,让它成为示例的排列?
这个:<%=left(rs("name"),27)%>
最终显示成这种示例效果:
主持人 当红歌手
演唱组合 舞蹈团体
模特精英 乐队乐手
魔术杂技 综艺节目
军乐锣鼓 外籍节目
舞台工程 灯光音响
舞台效果 人体彩绘
行为艺术 民间艺术
道具租用 展开
<tr>
<td height="28"><div align="right">
<table border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="15"><span class="cs"><img src="images/14.gif" alt="icon" width="5" height="5" /></span></td>
<td width="120"><div align="center"><a href='type.asp?typeid=<%=rs("id")%>' class="bt"><%=left(rs("name"),27)%></a></div></td>
<td width="16"> </td>
</tr>
</table>
</div></td>
</tr>
</table>
<%
rs.movenext
loop
end if
rs.close
Set rs=Nothing
%>
</div></td>
</tr>
</table>
这是一段读取分类的代码,不过排列是这样的:
A1
A2
A3
如何让它这样排列:
A1 A2
A3 A4
A5 A6
就是我们经常见到的产品分类目录 只能竖排排列,如何,让它成为示例的排列?
这个:<%=left(rs("name"),27)%>
最终显示成这种示例效果:
主持人 当红歌手
演唱组合 舞蹈团体
模特精英 乐队乐手
魔术杂技 综艺节目
军乐锣鼓 外籍节目
舞台工程 灯光音响
舞台效果 人体彩绘
行为艺术 民间艺术
道具租用 展开
3个回答
展开全部
看不懂,我只懂html
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
AiPPT
2024-09-19 广告
2024-09-19 广告
随着AI技术的飞速发展,如今市面上涌现了许多实用易操作的AI生成工具1、简介:AiPPT: 这款AI工具智能理解用户输入的主题,提供“AI智能生成”和“导入本地大纲”的选项,生成的PPT内容丰富多样,可自由编辑和添加元素,图表类型包括柱状图...
点击进入详情页
本回答由AiPPT提供
展开全部
什么东西显示A1啊,images/14.gif? <%=left(rs("name"),27)%>?
把div都改成span
把div都改成span
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
楼主你的代码不给全,我只能把我的代码发给你,你参考一下,不懂在给我发消息
<table width="640" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<%
sqlh="select top 9 * from bigclass"
set rsh=server.createobject("adodb.recordset")
rsh.open sqlh,conn,1,1
%>
<%a=1
do while not rsh.eof%>
<td height="180"><table width="173" height="187" align="center">
<tr>
<td width="135" height="137"><div align="center">
<table width="159" align="center" >
<tr>
<td><div align="center"><a href="cp.asp?bigclass=<%=rsh("bigclass")%>"><img src="<%=rsh("pic")%>" width="127" height="127" border="0"></a></div></td>
</tr>
</table>
</div>
</td>
</tr>
<tr>
<td height="37"><div align="center"><a href="cp.asp?bigclass=<%=rsh("bigclass")%>"><%=rsh("bigclass")%></a></div></td>
</tr>
</table></td>
<%if a mod 2=0 then
response.Write"<tr></tr>"
end if
rsh.movenext
a=a+1
loop
%>
</tr>
</table>
<table width="640" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<%
sqlh="select top 9 * from bigclass"
set rsh=server.createobject("adodb.recordset")
rsh.open sqlh,conn,1,1
%>
<%a=1
do while not rsh.eof%>
<td height="180"><table width="173" height="187" align="center">
<tr>
<td width="135" height="137"><div align="center">
<table width="159" align="center" >
<tr>
<td><div align="center"><a href="cp.asp?bigclass=<%=rsh("bigclass")%>"><img src="<%=rsh("pic")%>" width="127" height="127" border="0"></a></div></td>
</tr>
</table>
</div>
</td>
</tr>
<tr>
<td height="37"><div align="center"><a href="cp.asp?bigclass=<%=rsh("bigclass")%>"><%=rsh("bigclass")%></a></div></td>
</tr>
</table></td>
<%if a mod 2=0 then
response.Write"<tr></tr>"
end if
rsh.movenext
a=a+1
loop
%>
</tr>
</table>
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询