View Single Post
Old 10-01-2012, 11:03 AM   PM User | #4
jamaks
New Coder

 
Join Date: Sep 2012
Location: Scottish Borders
Posts: 36
Thanks: 1
Thanked 9 Times in 9 Posts
jamaks is on a distinguished road
Hi, if you add text-align:center; to the body style block your div wrap will center using either fluid or fixed width *margin:auto;* I simply do not understand the requirement for
Code:
margin: 0 -2000px 4em;padding: 0 2000px;
since all that is doing is giving a horizontal padding to any narrow element upto your fixed width value. Jim

Last edited by jamaks; 10-01-2012 at 11:04 AM.. Reason: inadvertant smilie
jamaks is offline   Reply With Quote