I know many people hate Iframes as they cause much trouble, but I have nothing to worry about as I am simply using it to sort out another scripting issue. Ok as you can tell by my guestbook:
http://www.silentkillops.com/guestbook.html
Looks fine right? Wrong When something is posted it drops down further. I don't want it to do that. I have it code to go to the next page. Problem is the iframe cuts it off. If I put scroll bars on it, it looks like crap. Heres the current code:
Code:
<center>
<iframe src="comments.php" width=650 height=300 border=0 vspace=3 scrolling=no></iframe>
</center>