Eric Rohloff (Rolly) wrote:It appears the easiest way to embed it would be to use an Iframe.
<iframe src="http://mydomain.com/guestbook/" width="900" height="800" scrolling="no" frameborder="0">
<p>Your browser does not support iframes.</p>
</iframe>
Adjust the code to fit your needs.
Okay, so I did some trial and error with it, and I think the guestbook is going to work just fine with the iframe! Thanks so much for the help with this. I really didn't know anything about iframe, but it works!
http://www.evanstauff.com/Guestbook.html
I'll continue to try and customize or tweak things, but it looks like I've got a start here.