在我的網站,我使用jQuery Mobile的,我需要使用網格對齊按鈕,在每個小區的中心:jQuery Mobile的:風格電網驗證HTML5
| [BUTTON] | [BUTTON] | [BUTTON] |
我的代碼是
<div class="ui-grid-c" align="center">
<div class="ui-block-a">
[button code]
</div>
<div class="ui-block-b">
[button code]
</div>
<div class="ui-block-c">
[button code]
</div>
</div>
但是,如果我在div
中使用align
屬性,我會收到HTML5驗證錯誤。
所以我的問題是,我如何設置一個樣式來獲得圖形結果?
有沒有像ALIGN = 「中心」 的DIV。你可以使用text-align =「center」 – defau1t