討論串網頁不能置中...(以及尺寸問題)
共 7 篇文章
內容預覽:
最外面設一個table 1列1欄. width與height皆設為100%. 裡面的td valign設為middle, align設為center. 再把東西丟到這個td. 不管裡面的東西多大多小 你的電腦螢幕多大多小 都永遠置中. 不過僅限於最基本的HTML. 用在XML好像會失敗. --. 個
(還有32個字)
內容預覽:
用css解決. <html>. <style>. html, body {. margin: 0;. text-align: center;. }. #container {. position: relative;. margin: 0 auto;. width: 800px;. text-ali
(還有126個字)