Question:

Using maps in web design?

by  |  earlier

0 LIKES UnLike

Can anyone show me how to use map tag to link a specific section of an image to an external url?

 Tags:

   Report

2 ANSWERS


  1. http://www.maschek.hu/imagemap/imgmap can generate the code for you. You have to select the area where it's hotlinked, then you can fill in all the information.

    The manual way is finding the coords for the area being linked, and then using this code:

    <img src="fddsf.jpg" usemap="#yourmapname" alt="an image map" />

    <map name="yourmapname">

    <area shape="rect" coords="" href="YOURURL" />

    </map>


  2. for my opinion at first you go through the

    try it to do yourself if possible you can also take

    advice from an expert from

    http://webdesignehelp.in/

Question Stats

Latest activity: earlier.
This question has 2 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.
Unanswered Questions