不是15寸还是17寸的问题,应该是分辨率的问题,一般15寸显示器是800*600的分辨率,页面的宽度不宜超过760象素,我做的所有网页都把宽度限定为760象素,用table居中,象这样:
<table width=760 align="center" cellpadding=0 cellspacing=0 border=0>
另外建议把body的leftmargin设为0。

解决方案 »

  1.   

    以下二人的回答很OK! webdiyer(webdiyer) 
     gage(蓝宝石) 
     楼主,给分啦!
      

  2.   

    楼主应该这样写
    <table width="100%" align="center" cellpadding=0 cellspacing=0 border=0>
    </table>这样不论17还是15 显示都正常
      

  3.   

    <table width="760" align="center" cellpadding=0 cellspacing=0 border=0>
    </table>作为排版的最外层的固定表格width定为780一般在800*600下是满屏宽度
      

  4.   

    http://expert.csdn.net/Expert/topic/1466/1466877.xml?temp=.5971491
    http://expert.csdn.net/Expert/topic/1460/1460077.xml?temp=.2439997
    还有这两个贴啊帮我一下了哈哈
    本贴结了