August 2007
Centering with CSS
To center a page properly in a browser, most people use text-align: center; to get around IEs stupidity, and left/right auto margins for all other browsers. However, there’s a better way, which works on all browsers and doesn’t require any IE workarounds. It uses negative margins.
January 2007
1
(2 marks)