i have div which contains all page content including header footer etc.
So i would like to center this div to t
how about this?
body { text-align: center; } #container { text-align: left; }
Assuming