Excellent guest book !
Im a novice web designer and I want something extra from this guest book
I have added the lower line to this section of gbook.php ....watermark.gif located within the guestbook root folder
Code: Select all
if ($settings['use_url'] && $url)
{
echo '<font class="smaller">Website:</font> <a href="go.php?url='.$url.'" target="_blank" class="smaller">'.$url.'</a><br>';
}
if ($email)
{
echo '<font class="smaller">E-mail:</font> <a href="mailto:'.$email.'" target="_blank" class="smaller">'.$email.'</a>';
}
echo '<P ALIGN="center"><img src="watermark.gif"></P>
please help.
thanks !