求高手帮忙修改源码

来源:百度知道 编辑:UC知道 时间:2024/05/04 23:59:53
下面的源码图片是上下竖行排列的,求帮忙改成横行左右排列

<!--最新图文代码开始-->

<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" valign="middle" >
<!--DWLayoutTable-->
<tr>
<td height="156" align="center" valign="top" style="WORD-WRAP: break-word"><a class=middle href="ReadNews.asp?NewsID=<%=rs3("NewsID")%>" target=_blank title="<%=rs3("title")%>">
<%if fileext="jpg" or fileext="bmp" or fileext="png" or fileext="gif" then%>
</a>
<table width="179" height="138" border="0" align="center" cellpadding=&

您好!

楼上改复杂了,可直接改为:
</script></td>
</tr>
</table>
<%
rs3.MoveNext
wend
else
Response.Write "<table width=""100%"" border=""0"" cellspacing=""0"" cellpadding=""0"" align=""center"" style=""TABLE-LAYOUT: fixed""><tr><td width=100% align=center height=10 bgcolor="& r_main &">暂无</td></tr></table>"
end if
rs3.close
set rs3=nothing

支持楼上,以前我也改过类似代码。

循环体table变成td就行

搭车问下,怎么才能通过源代码下载图片啊

顺风咨询下.可以通过源代码下载视频文件吗?

关键要搞懂循环体是什么,然后把循环体装进循环语句中
循环<table>肯定是竖排的,但是循环<td>就是横排的了,因为<td>前有个<tr>那就是以行的了,当然一行的话就是横排了

上面改好了还不结束答案?