Hi
In addEntry, the box for name is not in line with the other boxes.
This is caused by an extra '<td>' appearing in the code issued to the browser.
Array:
<tr><td colspan="2"><b>Sign the Guestbook:</b></td></tr>
<tr><td width="25%">Name*:</td><td><td>
<input type="text" name="guestbook4uname" size="50" maxlength="50"></td></tr>
I do not know enough about php to find this in the issue files.