Page 1 of 1

Footer code not working

Posted: Tue Feb 21, 2006 3:11 pm
by clubamigos99
Script URL: http://www.club-amigos.co.uk/mboard/mboard.php
Version of script:
Version of PHP: 4
Hosting company:
Have you searched THIS FORUM for your problem:
(if not please do before posting)
If so, what terms did you try:

Write your message below:

For some reason my footer is not working.
This is the coding l am using:

<div id="footer">x</div>

</div>
</div>
</div>

</body>
</html>

================

Posted: Tue Feb 21, 2006 4:44 pm
by Klemen
That code is there, look at the source HTML code at
http://www.club-amigos.co.uk/mboard/mboard.php

Don't include opening or closing <html>, <body> and <head> tags in your footer/header files.

Posted: Wed Feb 22, 2006 9:11 am
by clubamigos99
Thanks for that , it works fine now.