View Single Post
  #3 (permalink)  
Old 04-09-2008, 11:32 PM
Peter (IMC)'s Avatar
Peter (IMC) Peter (IMC) is offline
WebProWorld 1,000+ Club
WebProWorld MVP
 

Join Date: Dec 2003
Posts: 1,456
Peter (IMC) RepRank 4Peter (IMC) RepRank 4Peter (IMC) RepRank 4
Default Re: Sites HTML won't center? Help

<style><!--

body {width: 800px; margin-left: auto; margin-right: auto; text-align: center}

#main {width: 800px; text-align: left;}

--></style>

</head>

<body>
<div id="main">

Here goes all your stuff.

</div>
</body>


the margin-left and right auto are for firefox and the text-aligns are for internet explorer.
Reply With Quote