Script URL: www.sammes.co.uk
Version of script: 1.7
Write your message below:
I want to add a small bit of content to the guestbooks {head} and it's {body} sections but am a little confused as to how and where to add it. I notice the "header.txt" - is this the equivalent of {head} and if so, where's the equivalent of {body}. I'm probably well off, but any ideas would be greatly appreciated.
Ta
a little added content
The content of the header.txt and footer.txt files are placed in the <body> ... </body> section. The content of header. txt is placed right after the starting <body> tag. The content of footer.txt is placed just before the closing </body> tag.
To add content to the <head> ... </head> section, you will have to edit the overall_header.php file found at templates/default /overall_header.php
Greetings,
henrie
To add content to the <head> ... </head> section, you will have to edit the overall_header.php file found at templates/default /overall_header.php
Greetings,
henrie
I do not monitor the Gbook forums regularly anymore since I do not use the Gbook script myself anymore for a long time. But it helped me a lot in learning to understand php.