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:
Chris4
Elite Member
*****

Avatar

Posts: 4461
Reputation: 84
32 / Male / Flag
Joined: Dec 2004
O.P. Linking parts of an image
Basically, I want to link parts of an image to another part of a site.

Here's what I mean, for example:
[Image: attachment.php?pid=566308]

Say that I wanted to link the Google bit to google.com etc...

There is a way to select just that part of the image so it links to google.com ... I've seen it done before.

This is just an example, as I want to learn how to do this so I can use it on my [future] site.

.png File Attachment: example.PNG (3.12 KB)
This file has been downloaded 151 time(s).
Twitter: @ChrisLozeau
11-17-2005 11:47 PM
Profile PM Find Quote Report
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
L. Coyote
Senior Member
****

Avatar
Captain Obvious

Posts: 981
Reputation: 49
38 / Male / Flag
Joined: Aug 2004
Status: Away
RE: Linking parts of an image
You mean the MAP HTML tag...

Edit: bah, so I got beaten...

This post was edited on 11-17-2005 at 11:52 PM by L. Coyote.

Hack, hack, hack!
Finally became a Systems Analyst! :spam:

11-17-2005 11:51 PM
Profile PM Find Quote Report
Chris4
Elite Member
*****

Avatar

Posts: 4461
Reputation: 84
32 / Male / Flag
Joined: Dec 2004
O.P. RE: Linking parts of an image
Thanks! I'll use it in Frontpage (SharePoint Designer 12 :D BETA tester)

This post was edited on 11-18-2005 at 12:44 AM by Chris4.
Twitter: @ChrisLozeau
11-18-2005 12:42 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »


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