Thread: Page Sizes
View Single Post
  #6 (permalink)  
Old Feb 18th, 2007, 02:16
Lchad Lchad is offline
SuperMember

SuperMember
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Page Sizes

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?
Reply With Quote