|
Exactly.
You don't need a class for body, just put in rules for body:
body{
margin:0;
padding: 0;
}
As for centering.. you need 2 things:
for IE, put text-align: center in your body rules. Then for FF, Opera, Safari, etc.
put a width on your #container and use the margin: 0 auto; and the container will center. Then add text-align: left to get your TEXT back where it belongs inside the container.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
Please login or register to view this content. Registration is FREE
Please login or register to view this content. Registration is FREE
|