呵呵,
自己在HTML裏面畫一個<Table>然後設置屬性

解决方案 »

  1.   

    然後將你的所有內容都放到這個<Table>裏面
      

  2.   

    <table width='778' align = center border=0 cellspace=0>
    ...
    網頁內容
    ...
    </table>
      

  3.   


    <center>
    <table width='80%' align = center border=0 cellspace=0>
    ...
    内容
    ...
    </table>
      

  4.   

    上面说的都对,写个table,设置大小的时候就象设置分辨率一样(如 width=600,hight=800。600*800)。别忘了border=0 align = center 
    这样就可以了
      

  5.   

    <body topmargin="" leftmargin="" rightmargin="">
    </body>
    或者用表格