目前有2个页面index.html 和 ceshi.html
index.html内容为
<html>
<head>
<title></title>
</head>
<body topmargin=0 leftmargin=0>
<table border=1 width=100% height=100%>
<tr>
<td><a href="ceshi.html">测试连接</a></td>
</tr>
</table>
</body>
</html>
index.html内容为
<html>
<head>
<title></title>
</head>
<body topmargin=0 leftmargin=0>
<table border=1 width=100% height=100%>
<tr>
<td><a href="ceshi.html">测试连接</a></td>
</tr>
</table>
</body>
</html>
index.html内容为
<html>
<head>
<title></title>
</head>
<body topmargin=0 leftmargin=0>
<table border=1 width=100% height=100%>
<tr>
<td><a href="ceshi.html">测试连接</a></td>
</tr>
</table>
</body>
</html>
index.html内容为
<html>
<head>
<title></title>
</head>
<body topmargin=0 leftmargin=0>
<table border=1 width=100% height=100%>
<tr>
<td><a href="ceshi.html">测试连接</a></td>
</tr>
</table>
</body>
</html>
index.html内容为
<html>
<head>
<title></title>
</head>
<body topmargin=0 leftmargin=0>
<table border=1 width=100% height=100%>
<tr>
<td><a href="ceshi.html">测试连接</a></td>
</tr>
</table>
</body>
</html>
ceshi.html内容为
<html>
<head>
<title></title>
</head>
<body topmargin=0 leftmargin=0>
<table border=1 width=100% height=100%>
<tr>
<td>ceshi</td>
</tr>
</table>
</body>
</html>
这两个页面大家可以看看,打开index.html以后,点击连接以后,第一次进到ceshi.html中以后会出现table和页面的右边框和下边框都有一块距离。
当刷新页面以后正常。
各位高手帮忙解决一下,应该怎么点连接以后就会出现正常的页面。
建议使用css设置
<body style="margin:0px;">