How do I make an iframe automatically adjust in height for my yellabook guestbook?

Print article Email to friend
0.00

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>

 

How do I make an iframe automatically adjust in height for my yellabook guestbook?

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>