Footer code not working

Is message board greying out your hair (at least what's left of it)? Let us help you here
Locked
clubamigos99
Posts: 62
Joined: Mon Feb 20, 2006 4:20 pm

Footer code not working

Post 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>

================
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post 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.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
clubamigos99
Posts: 62
Joined: Mon Feb 20, 2006 4:20 pm

Post by clubamigos99 »

Thanks for that , it works fine now.
Locked