插入一个table,width="1024" height="768",建议居中。把你需要的内容全都写到这个table就行了。
eg:
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
</head>
<body>
<table width="1024" height="768" border="0" align="center">
<tr>
<td></td>
</tr>
</table>
</body>
</html>