Web Design Forum HTML CSS JavaScript PHP Graphic Design SEO forum

Full Version: How can I center a HTML div using px?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can I center a HTML div using px? Please suggest me some tips.
<body>
<div style="width:800px; margin:0 auto;">
centered content
</div>
</body>
Thanks to share with us
Enclose it into a parent element and then “text-align: center”
Reference URL's