怎样去除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; "