One question that seems to reappear again and again is “How can I center my table or div on my page?” It’s really fairly simple. First remember:
- Use a valid doctype on your page
- The <table> or <div> has to have a width less then 100%
- The left and right margins need to be set at auto
You can read a more detailed tutorial Center Pages in Browser Window


