View Single Post
Old 04-21-2008   #6 (permalink)
bluemermaid
Registered User
 
Join Date: Apr 2008
Posts: 8

Hi Mary ~
This may be the same thing you already figured out but this is what I use:

* {
margin: 0;
padding: 0;
}
body {
text-align: center
}
#page {
margin: 0 auto;
width: 960px;
text-align: left;
}
bluemermaid is offline   Reply With Quote