What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Linking parts of an image

Linking parts of an image
Author: Message:
Ezra
Veteran Member
*****

Avatar
Forgiveness is between them and God

Posts: 1960
Reputation: 31
37 / Male / Flag
Joined: Mar 2003
RE: Linking parts of an image
code:
#
<map name="sample">
<area shape="rect" coords="20,27,82,111" href="hotspot1.html">
<area shape="circle" coords="129,113,29" href="hotspot2.html">
<area shape="rect" coords="21,158,170,211" href="mailto:webmaster@ihip.com">
<area shape="default" nohref>
</map>


# Include the map file code within the desired HTML document and reference it like so:
<img border="0" src="image.gif" usemap="#sample">


That's how to do it, don't have time to change the coords, you can find them using paint or something :)
[Image: 1-0.png]
             
11-17-2005 11:51 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Linking parts of an image - by Chris4 on 11-17-2005 at 11:47 PM
RE: Linking parts of an image - by Ezra on 11-17-2005 at 11:51 PM
RE: Linking parts of an image - by L. Coyote on 11-17-2005 at 11:51 PM
RE: Linking parts of an image - by Chris4 on 11-18-2005 at 12:42 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On