请教高手师兄们: asp 首页的产品图片怎样改成横长点的
请教高手师兄们:asp首页的产品图片怎样改成横长点的,怎样把产品图片由竖长改成横长的,我已把首页的代码改了,是不是改错了。
<!-- 图片列表 begin -->
<ol class='list-none metlist'>
<%
sql2="select top 7 * from xwfb where bh=74 and pic is not null order by px asc,id"
set rs2=conn.execute(sql2)
do while not rs2.eof
%>
<li class='list'><a href="newview.asp?id=<%=rs2("id")%>" class="img"><img src='<%=rs2("pic")%>' width='300' height='300' /></a><a href="newview.asp?id=<%=rs2("id")%>"><%=rs2("xwbt")%></a></li>
<%rs2.movenext:loop:set rs2=nothing%>
我已改成300了。但打开还是竖长的。
古琴网站下载地址
链接:http://pan.baidu.com/s/1qWyL1Di 密码:8bc3