The guestbook you are using, uses out side Javascript files to display the content...
You could always surround it with a table, and maybe limit the size of blockquote tags by:
:
<style type="text/css">
<!--
blockquote {
width: 80px;
}
-->
</style>
Alcar...