I went to MSDN and Google Coding, and they both give the same example. They say you can center a div like this, but it doesn't work. Anybody knows why? I also would like to know the best way to center a div. I tried to do margin: 0 auto; it didn't work.
The div must be given an defined width in order for the margin trick to work: link
<div style='width:800px;margin:0 auto;'>Div Middle</div>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With