What is image mapping

Image mapping is a method to add hyperlink on certain part of an image. A general webpage have text hyperlink, like this site. You may seen examples of images mapping in your mailbox. I generally get such mails from Dell and HP about their latest offers. With image mapping you can add different link on different are of an image. You simply specify which areas of the image should link to where.

A simple coding is need for image mapping like this:

<area shape=rect coords= x1,y1, x2,y2 Href="http://www.domain.com"> <area shape=circle coords= x1,y1, x2,y2 Href="http://www.domain.com"> <area shape=polygon coords= x1,y1, x2,y2, .., xn,yn Href="http://www.domain.com">

From above code we see that, we need to specify coordinate of image part. This is not easy to measure coordinate using hand. There are many tools using which you can easily do image mapping. Simple select the image part using mouse and add link. Most HTML editor have this inbuilt feature, or you can search on Google or Live.com for free image mapping tools. There are some On-line Image Mapping Tools also.

The file extension MAP is used by image mapping files. Never delete unknown files extension before searching about it on web. We often delete files with unknown file extensions like file extension PGM treating it as virus, but its not a virus. You can also read our article to avoid pen drive virus.

Post new comment

  • Lines and paragraphs break automatically.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
11 + 1 =
Solve this simple math problem and enter the result. E.g. for 1+3, enter 4.