Gollum
Regular Member
Kwun,
If you would like to centre the page, just add this at the end of your stylesheet:
BTW -- hacky, hacky stylesheet
Beware the allure of CSS hacks. They are fiends in disguise. Bewaaaaare! 
If you would like to centre the page, just add this at the end of your stylesheet:
#fullheightcontainer {
margin: 0 auto;
}
I've tested it (IE6, IE7, and FF2) on your site and it works. Strangely, nothing happens in Opera, but that hardly matters. IE5 never gets this right, but it won't be harmed either.margin: 0 auto;
}
BTW -- hacky, hacky stylesheet


Last edited: