I want my page to always be centered in the browser without affecting the content( like align-text: center; does). I want to center my wrapper-div.. How do I do this?
Si
you can set the margin property for the wrapper div like following in CSS
#wrapper { margin:20px auto }