通过DW编辑时,都能直接看到包含网页的内容,就是在测试时不能显示,不知道是什么原因...
附部分代码
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>xxxxxxx</title>
<link href="all.css" rel="stylesheet" type="text/css">
</head>
<body>
<table width="760" border="0" align="center" cellpadding="5" cellspacing="0">
<tr>
<td align="center" valign="top" background="images/002.jpg"><table width="80%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="kuang"><!--#include file="top.jsp" --></td>
</tr>
....
<tr>
<td ><!--#include file="foot.htm"--></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>