Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
Set the body style to
Code:
text-align: center;
Set the div you are trying to center as
Code:
text-align: left;
margin: 0 auto;
 
Set the body style to
Code:
text-align: center;
Set the div you are trying to center as
Code:
text-align: left;
margin: 0 auto;

Hey...thank you - but thats exactly what i have ? Its still not quite working...any other ideas?
 
Isn't the margin:auto bit supposed to be in the body part?

Margin is on the outside, padding on the inside. If you put margin on the body then it will push everything in because it has nowhere to go (same effect as a padding on the body).. that's why it solved the problem. 🙂
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.