View Full Version : Iframe Help


megula
07-10-2003, 07:59 PM
Hi! Okay, I want an Iframe with an image map. I have this code as an Iframe:

<iframe src="http://www.geocities.com/velvetarrows/index.htm" name="frame" width="375" height="275" frameborder="0" border="0"></iframe>

But, I want to have an image map, which I will make. Can you tell me how? I will make it and it will have five links on the top of the page kinda like
this one (http://www.turpentine-kisses.net) . How do I get the code for that? And how do I get the image map, so when you click on it, the page will come up in the iframe?

kittycat
07-10-2003, 08:25 PM
How to make an image map is here: http://www.lissaexplains.com/fun6.shtml . Some image programs have an option to make one, and you can also download programs for it.

To target the iframe, just add target="frame" to the code so it looks like this:
<area shape="rect" coords="0,0,50,50" href="frames.shtml" target="frame">