CSS方式:

1、使用自動空白邊.

body {
test-align: center; /*fixed IE6*/
}

#wrapper {
width: 720px;
margin: 0 auto;
text-align: left; /*fixed IE6*/
}

2、使用定位和復制空白邊.

#wrapper {
width: 720px;
position: relative;
left: 50%
margin-left: -360px;
}

普通方式:

<center>...</center>
Tags: ,
發表評論
表情
emotemotemotemotemot
emotemotemotemotemot
emotemotemotemotemot
emotemotemotemotemot
emotemotemotemotemot
開啟HTML
開啟UBB
開啟表情
隱藏
暱稱   密碼   訪客無需密碼
網址   電郵   [註冊]
               

驗證碼 不大小寫視為相異