I found this on another site: They stated it not completely supported cross browsers but maybe it will work for you:
- Code: Select all
html {
margin : 0;
padding : 0;
}
BODY {
max-width : 900px;
margin-left:auto;
margin-right:auto;
}
Change the width to what you want.
Not sure if this helps you or not?