Topic: Footer won't display

Hello everyone,

I recently redesigned my website and its forums but I stumbled upon a bit of a problem: I can't get my footer to display.

I'm pretty sure it's nothing to do with the actual footer. In fact, I can't get anything to display underneath what's there now.

My stylesheet's here: http://www.ottens.co.uk/lounge/style/Gatehouse.css

Which, as you can see, borrows most from the stylesheet of the rest of the website, which is here: http://www.ottens.co.uk/gatehouse/style.css

Is there something in the punBB coding that's blocking my footer?

Any help would be much appreciated! Thanks.

Re: Footer won't display

Firebug shows me that the footer has floated away to the top of the page.

Re: Footer won't display

Indeed. For some reason, it puts the footer right after the header. Right now, the footer doesn't show at all, but if I tinker a little with its settings in CSS (make it "position:absolute" for example) it puts the footer right on top of the main content.