Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #44.2K
~972 People Reached
Favorite Forums
Favorite Tags

3 Posted Topics

Member Avatar for stymiee
Member Avatar for eltommyo

You want something like this: [CODE]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Text Box</title> <style type="text/css"> <!-- #textBox { position:absolute; left:80px; top:40px; width:94px; height:56px; z-index:1; overflow: scroll; } --> </style> </head> <body> <img src="textbox.jpg alt="Text" /> <div id="textBox">Does it work? </div> …

Member Avatar for Mike Empuria
0
304
Member Avatar for martinkorner

Ah, the joys of frames. I think that the best way to do what you want would be to set up a new page that the external site will link to; let's call it exguest.html (external guestbook). Then use the code from your index page and alter it accordingly: exguest.html: …

Member Avatar for zippee
0
351

The End.