页面出现横向拉条,该怎么办?

来源:百度知道 编辑:UC知道 时间:2024/06/24 01:46:09
我的表格是780的宽,屏幕分辨率是1024*768的,可还是出现横拉条!不可能是表格把页面撑大的,代码如下:
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>VisionChina 2007</title>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right:0px;
margin-bottom:0px;
}
-->
</style>
<link href="style.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
.STYLE1 {color: #FFFFFF}
-->
</style>
</head>
<body>
<!-- #include file="head.asp" -->
<table width="782" height="952" border="0" align="center" cellp

我这里试运行了你的代码没问题,显示效果正常!
但代码有一点问题,就是:
</table>
</td>
</tr>
</table><!-- #include file="foot.asp" -->

</td>
</tr>
</table>
应该是多余的!

再有一点疑问就是<td width="600" height="17">而<table>才宽782!
<td width="600" height="17"></td>后面应该还有<td>才对啊!!!

把head.asp和foot.asp的代码一起贴上来

这段代码在我的机器上不会出现横拉条的,是不是你机器有问题??或者img src="images/btn_top.gif" width="59" height="13" border="0" /> 这句话出现的问题,图片过大?