[求助]图片怎么样才能让他横的排列 4个.然后自动换行..!!
<% sql="select top 8 title,adid,color,pic,type_two,type_three from china_data where pic <>'' and stop >= date() order by adid desc" set rs=server.createobject("adodb.recordset")
rs.open sql,connstr,1,1
if rs.eof then %>
暂无工作犬信息!
<% rs.close
set rs=nothing
else
i=0
do while i<16 and not rs.eof %>
<td><div align="center"><img class="image_kuang" src="<% if lcase(left(rs("pic"),7))<>"http://" then%>adpic/<%end if%><%=rs("pic")%>"width="74" height="51" alt="<%=rs("title")%>" > <a title=<%=rs("title")%> href="html/<%=rs("adid")%>.htm" target="_blank"><font style="size:12px" <%if rs("color")<>"" then%>color="<%=rs("color")%>">
<%end if%>>
<%=left(rs("type_three"),4)%> <%=left(rs("type_two"),5)%></a>
</div>
<%i=i+4
rs.movenext
loop
rs.close
set rs=nothing
end if %>
[求助]图片怎么样才能让他横的排列 4个.然后自动换行..!!