http://test59.kook8.com/xqw/zw.asp 这个页面图片多了边框,要把它去掉。下面是代码:
<!--#include file="Inc/syscode.asp" -->
<!--#include file="Inc/TOP.asp"-->
<!--#include file="Inc/eshopcode.asp"-->
<%
function cutstr(tempstr,tempwid)
if len(tempstr)>tempwid then
cutstr=left(tempstr,tempwid)&"..."
else
cutstr=tempstr
end if
end function%>
<!--#include file="head.asp" -->
<link href="css/css.css" rel="stylesheet" type="text/css" />
<table width="1004" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><tr>
<td height="250"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase=" http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="1002" height="212">
<param name="movie" value="banner1.swf" />
<param name="quality" value="high" />
<embed src="banner1.swf" quality="high" pluginspage=" http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="1002" height="212"></embed>
</object>
</tr>
</table>
<table width="1004" border="0" align="center" cellpadding="0" cellspacing="0" style="background:url(image/bjx.jpg) repeat-x top left #ffffff">
<tr>
<td><table width="1004" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="25"> </td>
<td width="229" valign="top"><table width="229" border="0" cellpadding="0" cellspacing="0" style=" margin-top:40px;">
<tr>
<td width="229" valign="top"><table width="229" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="229" valign="top"><img src="image/zw.jpg" width="229" height="56" /></td>
</tr>
</table>
<table width="216" height="20" border="0" cellpadding="0" cellspacing="0" class="xian">
<tr>
<td height="30" style="padding-left:50px;"><a href="#" class="ziy">资质荣誉 </a></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="10%"> </td>
<td width="90%"> </td>
</tr>
<tr>
<td height="132"> </td>
<td><img src="image/zw2.jpg" width="195" height="114" /></td>
</tr>
<tr>
<td height="135"> </td>
<td><img src="image/zw3.jpg" width="195" height="114" /></td>
</tr>
<tr>
<td> </td>
<td><img src="image/zw4.jpg" width="195" height="93" /></td>
</tr>
</table>
</td>
</tr>
</table></td>
<td width="112"> </td>
<td width="638" valign="top">
<table width="638" border="0" cellspacing="0" cellpadding="0" style="margin-top:40px;">
<tr>
<td align="left"><img src="image/zw1.JPG" width="70" height="17" /></td>
</tr>
<tr>
<td height="10" valign="bottom"><img src="image/line3.gif" width="638" height="4" /></td>
</tr>
<tr>
<td width="638" style="text-indent:24px; line-height:24px; text-align:justify">
<table width="638" border="0" align="center" cellpadding="0" cellspacing="0" class="shigong-line">
<%
dim rs1
set rs1=server.CreateObject("ADODB.Recordset")
rs1.open "select * from honor order by ID",conn,1,1
if rs1.eof and rs1.bof then
%>
<tr>
<td colspan="2" class="td1">Adding....</td>
</tr>
<tr>
<%
else
dim numbers
numbers=6
rs1.pagesize=numbers
totalrec=rs1.recordcount
'response.Write totalrec
currentpage=request("page")
if currentpage="" then
currentpage=1
end if
if currentpage<=0 then
currentpage=1
end if
'response.Write currentpage
rs1.absolutepage=cint(currentpage)
'response.Write rszs.absolutepage
i=0
do while not rs1.eof
%>
<td width="295"><table width="150" border="0" cellpadding="0" cellspacing="0" class="img">
<tr>
<td width="150" height="230" align="center" style="border:2px #999999 double;"><a href="<%=rs1("Img")%>" target="_blank" title="<%=rs1("Title")%>"><img src="<%=rs1("Img")%>" border="0" alt="点击查看大图|<%=rs1("Title")%>"/></a></td>
</tr>
</table></td>
<%
'response.Write i
if (i+1) mod 3 = 0 then
response.Write "</tr><tr>"
end if
rs1.movenext
i=i+1
if i>=numbers then exit do
loop
%>
</tr>
</table>
<%
end if
rs1.close
set rs1=nothing
%>
<div style="color:#0E3358"><%call pages()%></div></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td width="60"> </td>
</tr>
</table></td>
</tr>
</table>
<!--#include file="bottom.asp" -->
不明白的地方加我QQ 842831587