Can anyone tell me what I need to do in order to get the following page to center the contents correctly?
I've been trying to work with something else I used earlier in the day from here:
#divWrapper {margin:0 auto; text-align:center;}
#div {text-align:left;}
But this isn't working for me. One of the pages I need help with is here: REDACTED
Thank you for any help, I'm just trying to get this fixed before I can head off to bed :\
There are typing mistakes in your CSS.
Check this updated CSS for margin-inner & margin-inner-right. It will fix your problem
#divWrapper. Without width 'margin:0 auto;' won't work. – Virendra Jan 16 '12 at 5:34