Thread
:
Making A web page center
View Single Post
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
View Public Profile
Find More Posts by bluemermaid