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?
Simplifed existing page:
<div id="wrapper">
<div id="header">
Music Heaven
</div>
<div id="topmeny">
</div>
<div id="menu">
</div>
<div id="content">
</div>
<div id="bottom">
SiteAdmin
</div>
</div>
Entire fiddle: http://jsfiddle.net/EndQb/
Set your style something like for the wrapper div.
}
In this way the wrapper div will always be centered according to your screen width. I hope it helps.
you can set the margin property for the wrapper div like following in CSS
no need to set text-align