inside the <body> tags, using a "wrapper" div to control the whole section. HTML: <div id="wrapper"> (content) </div> CSS: #wrapper { ... margin: 0 au ...
inside the <body> tags, using a "wrapper" div to control the whole section.
HTML:
<div id="wrapper">
(content)
</div>
CSS:
#wrapper {
...
margin: 0 auto;
}
令整個網頁絕對居中!