2010-02-17 114 views

回答

4

設置的#wrapper DIV來auto左,右頁邊距

#wrapper{ 
margin:0 auto; 
} 
+0

大感謝格!不明白爲什麼它是必要的,但它的作品像一個魅力,很大的幫助! – Luuk 2010-02-17 09:14:14

1

它添加到你打包機:

margin-left:auto; 
margin-right:auto; 
1

使用這個CSS對齊到中心:

<style> 
    #your_div_id {margin:0px auto;} 
</style> 
2

在中心對齊頁面,您可以將頁面的所有內容放置在交流中ontainer股利和設置這些CSS屬性

body 
{ 
    text-align: center; //for ie 6 

} 
#main_wrapper 
{ 
    text-align: left; 
    width: 1000px; //any width you want 
    margin: 0 auto; 

} 

這裏主包裝是包含所有內容