本文介绍了可以任何人帮助白色间距的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 29岁程序员,3月因学历无情被辞! 我想要使用浏览器的全部空间,但我不能留下一些空白区域 < 表格 id = form1 runat = server > < div > < table class = MainTable > < tr > < td > < div > < span > 一些Titie < / span > < / div > < / td > < / tr > < / table > < / div > body { font-size : 18px; min-height : 600px; color : #666666; font-family : Calibri; margin : 0; } 。 MainTable { width : 100%; margin : 0; top : 0; padding : 0; } * { margin : 0; top : 0; padding : 0; } 解决方案 添加: HTML , BODY { padding : 0; 边距 : 0; } I am tring to use full space of browser but i cant some white space is left ting <form id="form1" runat="server"> <div> <table class="MainTable"> <tr> <td> <div > <span>Some Titie</span></div></td></tr></table></div>body{font-size: 18px;min-height: 600px;color: #666666;font-family: Calibri;margin: 0;}.MainTable{width: 100%;margin: 0;top: 0;padding: 0;}*{margin: 0;top: 0;padding: 0;} 解决方案 Add:HTML, BODY {padding:0; margin:0;} 这篇关于可以任何人帮助白色间距的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云!