asp 表格定位 去掉上边距和下边距

来源:互联网 发布:数据架构师年薪 编辑:程序博客网 时间:2024/04/23 20:33

具体步骤:
        页面属性——上边距(设为0) 下边距(设为0)

具体css代码 :
<style type="text/css">
<!--
body {
 margin-top: 0px;
 margin-bottom: 0px;
}
-->
</style>

原创粉丝点击