Page 1 of 1

Guestbook script displays in between header.txt file

Posted: Tue Jul 05, 2005 8:44 pm
by toucan
Script URL: http://www.toucanmusic.co.uk/guestbook/
Version of script: 1.3.2
Version of PHP: sorry, don't know
Hosting company: Supanames (UK)
Have you searched THIS FORUM for your problem: yes
(if not please do before posting)
If so, what terms did you try: header.txt file

Write your message below:

I'm having problems customising the display of the guestbook with the header.txt file. The top bit of the guestbook which gives links to signing it and going back to the homepage is displaying in between the middle of my header.txt code! See it at http://www.toucanmusic.co.uk/guestbook

I can't understand how this is happening as I can't see any problem with the header.txt HTML code, which is almost identical to that used elsewhere on my website.

Posted: Tue Jul 05, 2005 10:14 pm
by Klemen
Hi,

In your header.txt you have a table opened but not closed. Add </table> at the end of the header.txt, should fix it.

Regards

Posted: Wed Jul 06, 2005 7:51 pm
by toucan
Hi Klemen

Thanks very much for your quick reply and your advice, I've closed the table tag and it works fine now.