我做的网页顶端出现了一行空白,如图所示:
在</head>和<body><table>之间没有插入任何代码,怎么会出现这样一段空行呢?
源代码是这样的:
<%@ Language=VBScript%>
<!--#include file=include/conn.asp -->
<!--#include file=include/function.asp -->
<!--#include file=include/config.asp -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="keywords" content="志诚论文网,武汉志诚通达教育咨询公司">
<title><%=jjgn%></title>
<LINK href=news.css rel=stylesheet>
<style type="text/css">
<!--
body {
background-image: url(IMAGES/zbg.gif);
}
-->
</style>
</head>
<body>
<table width="780" border="0" align="center" cellpadding="0" cellspacing="0"
bgcolor="#f4f4f4" class="zbk2">
<tr>
<td colspan="5"><!--#include file=include/top.asp --></td>
</tr>
<tr>
<td width="25%"><table width="96%" border="0" cellspacing="3" bgcolor="#FFFFFF"
class="zbk1">
……
寻求高手解决,谢谢了!
[此贴子已经被作者于2007-5-21 12:01:21编辑过]