当前位置: 代码迷 >> ASP.NET >> 为什么在DW8设计视图下<include file="">后 下面的table都看不见呢,该如何解决
  详细解决方案

为什么在DW8设计视图下<include file="">后 下面的table都看不见呢,该如何解决

热度:4976   发布时间:2013-02-25 00:00:00.0
为什么在DW8设计视图下<!--include file="">后 下面的table都看不见呢
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%><%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="conn.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<STYLE type=text/css>
.pad {
PADDING-LEFT: 2px
}
</style>
<link href="images/css.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.style1 {
color: #FF99FF;
font-weight: bold;
font-size: 16px;
}
.style2 {color: #0000FF}
.style3 {
font-size: 14px;
font-weight: bold;
color: #0000FF;
}
.STYLE4 {color: #660000}
-->
</style>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!--#include file="webtop1.asp"-->

’从这里开始有问题,下面的表格全看不见了

<table width="776" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
  <td width="219" align="left" valign="top"><!--#include file="left.asp"--></td>
  <td width="561" align="left" valign="top">
  <br> <table width="568" border="0" cellpadding="0" cellspacing="0">
  <tr>
  <td width="17%" height="130" align="center" valign="middle"><img src="<%=trim(rs("pic"))%>" width="85" height="125"></td>
  <td height="130" align="left" valign="top"><table width="100%" border="0" cellspacing="2" cellpadding="0">
  <tr>
  <td colspan="2"><table border="0" cellspacing="0" cellpadding="2">
  <tr>
  <td><img src="images/w.gif" width="18" height="18"></td>
  <td><span class="booktitle"><%=trim(rs("name"))%></span></td>
  </tr>
  </table></td>
  </tr>
   
  <tr> 
  <td>&nbsp;&nbsp;&nbsp;&nbsp;市场价:<span class="price1"><%=rs("price1") %></span>元</td>
  </tr>
  <tr>
  <td>&nbsp;&nbsp;&nbsp;&nbsp;会员价:<span class="price2"><%=rs("price2") %></span>元</td>
</tr>
<tr>
  <td>&nbsp;&nbsp;&nbsp;&nbsp;VIP价 :<span class="viprice"><%=rs("vipprice") %></span>元</td>
  </tr>
  <tr>
  <td>&nbsp;&nbsp;&nbsp;&nbsp;积&nbsp;&nbsp;&nbsp;&nbsp;分 :<%=rs("score")%></td>
  </tr> 
   
  <tr>
  <td>&nbsp;&nbsp;&nbsp;&nbsp;浏览次数:<%=trim(rs("viewnum"))%></td>
</tr>
<tr>
  <td>&nbsp;&nbsp;&nbsp;&nbsp;购买次数:<%=trim(rs("solded"))%></td>
  相关解决方案