|
| Web Hosting Deals | Holiday Logo Design | Webcam Chat | Website Header Templates | Register domain | Search Engine Optimisation | Web Hosting |
|
|||||||
| Website Design HTML Reference and CSS , DHTML, XML. Browser Compatibility questions and answers, Your source for basic website builder knowledge |
![]() |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
well i use margin-left:auto and margin-right:auto and that perfectly centers the entire site.
so lets say you have a site 800px wide and you want it centered well you'd set up your container like this via CSS: Code:
#container{
width:800px;
margin-left:auto;
margin-right:auto;
}
HTML Code:
... <body> <div id="container"> THE REST OF THE SITE HERE </div> </body> ... |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|