View Full Version : Image Map and Iframes


Jewell
07-21-2003, 06:22 PM
I'm making a website and everythings is done, but my Iframes aren't working. When I use my image map it opens the page in a new window.

Here's the website.
http://www.geocities.com/juko_san/eternal_calm_V.2.htm

I'm not sure what I'm doing wrong but if someone could check out the code and help me out I'd appreciate it. If you even want to edit it your self to make it right go ahead.


Jewell

kittycat
07-21-2003, 06:45 PM
You need to target the links. Add target="main" to the codes

<area shape="rect" coords="486,385,600,405" href="http://www.geocities.com/juko_san/eternal_calm_site_stuff.htm" alt="Site stuff" title="Site Stuff" target="main">

Jewell
07-21-2003, 06:53 PM
Thank you so much. I wish I came here in the first place instead of doing hours of research on that. I never thought it would be something so simple.


Thanks Again
Jewell