Click to See Complete Forum and Search --> : Area Linking????


nienna
04-04-2003, 06:48 PM
Okay, I'm not even sure what type of code this uses... but any help at all would be much appreciated. Okay, I saw this once on a website (I don't remember where, I was surfing). It had a picture, and there were different areas of the picture that were linked to different pages. Now, I don't think it was cut up and then linked, because when you clicked the links, an irregular shape (like a pentagon and such) would show up in the area you clicked. If the picture wasn't cut up, I'd like to know how to do that sort of thing, and if it was... could someone tell me how on earth to get the pictures that are cut up in irregular shapes together to make the picture look whole again?? I'd really like to know how to do that sort of thing, it looked really nice on this site...

Nedals
04-04-2003, 07:11 PM
You probably want to use this.

<img src="" border=0 usemap="#mapname">
<map name="mapname">
<area coords="0,0,77,20" href="page1.html">
<area coords="0,20,77,40" href="page2.html">
<area coords="0,40,77,60" href="page3.html">
</map>

nienna
04-04-2003, 07:13 PM
Yeah, thanks, I just realized that... it figures, I forget to check in the help section of my webpage maker... lol, sorry to be a bother...