View Full Version : how do i get my image map to be set as my index image. so that when they click...


KeLs
01-03-2005, 02:10 AM
click the link the page shows up in an iframe??? site:


www.freewebs.com/dottedgraphics/


thankyou!!!

Rosey
01-03-2005, 02:20 AM
in your image map code, put target="framename" in the <a href=> tags.

KeLs
01-04-2005, 11:09 PM
what do i put for the framename??

KeLs
01-04-2005, 11:17 PM
never mind that last one... i got it.. (i would delete it but its been 5min.. sry!)

ok now i havea new question!!!

when i click the links they come up in new windows??


site here:

www.freewebs.com/dottedgraphics/

kittycat
01-04-2005, 11:38 PM
You have them targetted to 'IFRAME' where the iframe name is 'content'.
Either change the targets to 'content' or the iframe name to 'IFRAME'.
The iframe name and link target values have to match exactly to work (this includes caps)

KeLs
01-04-2005, 11:44 PM
oic.. thank you!!!