当前位置: 代码迷 >> ASP.NET >> 怎样去除form空隙,该如何处理
  详细解决方案

怎样去除form空隙,该如何处理

热度:3766   发布时间:2013-02-26 00:00:00.0
怎样去除form空隙
<body   style= "font-family:宋体 ">
        <form   id= "form1 "   runat= "server ">
        <div>
                <asp:DataList   ID= "DataList........................


        </div>
        </form>
</body>

整个页面和IE的最底边有个空隙,我在div和 <asp:..之间建了个table,把form放进 <table> 里好像也无效,和那个div有关系吗?

------解决方案--------------------------------------------------------
<body style= "font-family:宋体;margin: 0 auto; ">

------解决方案--------------------------------------------------------
整个页面和IE的最底边有个空隙? 你的页面不够长度还是有了滚动条还有空袭?

你希望那空隙变成什么?
------解决方案--------------------------------------------------------
style= "margin:0px; "
  相关解决方案