View Full Version : Iframe


sweepthefloor
11-06-2006, 03:34 PM
How can i link an image to an iframe so when i click the image it opens the page associated with the image in an iframe?

http://free.hostultra.com/~dave19essex/main.htm
Image is at the top of the page

bourdelson
11-06-2006, 10:56 PM
Add target="frame" [I checked your source, and the name of your iframe appears to be frame] to each of your link tags, and they should open up in the iframe. :)