如果你是用的表格布局的话,可以直接对该表格设置居中。
如果你是用层布局的话,给曾添加如下属性:
style="margin:0 auto;" 即可居中
另外一种方法是,你直接把body的属性设置为1000px;
在网页中写入
<style>
body{width:1000px;}
</style>
如果你是用层布局的话,给曾添加如下属性:
style="margin:0 auto;" 即可居中
另外一种方法是,你直接把body的属性设置为1000px;
在网页中写入
<style>
body{width:1000px;}
</style>









