As l don't know php can you tell me what code l need to delete in order to remove the words "Back to <website name>", as this is not needed as the guestbook is going to be integrated into the website.
Justin
Removal of "Back to website name" on guestbook hea
Hi,
Open gbook.php in a plain text editor like Notepad or Wordpad then use the search function to find this code:
Regards,
Open gbook.php in a plain text editor like Notepad or Wordpad then use the search function to find this code:
Delete this line from gbook and you may aslo delete the | from the next line.<p align=\"center\"><a href=\"$settings[website_url]\">Back to $settings[website_title]</a>
Regards,
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
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


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
add this line:Open gbook.php in a plain text editor like Notepad or Wordpad then use the search function to find this code:
<p align=\"center\"><a href=\"$settings[website_url]\">Back to $settings[website_title]</a>
Delete this line from gbook and you may aslo delete the | from the next line.
<p align=\"center\">
to:
<a href=\"gbook.php?a=sign\">Sign guestbook</a></p>
<div algin=\"center\">
look this:
<p align=\"center\"><a href=\"gbook.php?a=sign\">Sign guestbook</a></p><div algin=\"center\">