Add a HTML Box where you want the guestbook:
Set the box to "Do not use DIV" and allow full width "True" Overflow "Hidden"
add the following code to the box
<iframe src="guestbook.php" width="100%" name="guestbook" id="guestbook" style="border: none;"> <p><a href="guestbook.php">Guestbook</a></p> </iframe>
Add a HTML Box where you want the guestbook:
Set the box to "Do not use DIV" and allow full width "True" Overflow "Hidden"
add the following code to the box
<iframe src="guestbook.php" width="100%" name="guestbook" id="guestbook" style="border: none;"> <p><a href="guestbook.php">Guestbook</a></p> </iframe>