图片 横显示

来源:百度知道 编辑:UC知道 时间:2024/09/22 17:32:34
哪位大哥帮我改下下 改成一行显示6个就可以了不用换行
<table>
<tr>
<td><table width="100%" class="borderYellowFFA55BLRB1BgGrayF4F4F4">
<tr>
<td align="left" valign="middle" class="styleTitleYellow">品牌推荐</td>
</tr>
<tr>
<td><div>
<%
set rs=server.CreateObject("adodb.recordset")
rs.open "select * from [logo] where a_flag=1 order by a_id desc",conn,1,1

%>
<div>
<table width="778" height="88" align="center">
<tr>
<td align="center"><table width="102">
<% do while not rs.eof%>
<tr>
<td><a href="<

<table>
<tr>
<td><table width="100%" class="borderYellowFFA55BLRB1BgGrayF4F4F4">
<tr>
<td align="left" valign="middle" class="styleTitleYellow">品牌推荐</td>
</tr>
<tr>
<td><div>
<%
set rs=server.CreateObject("adodb.recordset")
rs.open "select * from [logo] where a_flag=1 order by a_id desc",conn,1,1

%>
<div>
<table width="778" height="88" align="center">
<tr>
<% do while not rs.eof%>
<td align="center"><table width="102">
<tr>
<td><a href="<%=rs("a_url")%>"><img src=<%=rs("a_logo")%> width=120 height=80 border="0"></a></td>
</tr>
<tr>