Page 1 of 1

footer

Posted: Thu Oct 04, 2007 10:09 am
by tompaxton
Hi there

Does anyone know how to keep a footer in even when there is no text in it? It goes away when you take the text out. Why? I got it right some how before, but can't remember how. I'm sure i just added the height property in the footer in css, but it doesn't work now.

Thanks
Tom

Re: footer

Posted: Thu Oct 04, 2007 4:02 pm
by Nullig
You could put:

Code: Select all

<p> </p>
into the footer.

Nullig