Question:

How do I make different links from one picture?

by  |  earlier

0 LIKES UnLike

Okay so I have this picture right here

http://s211.photobucket.com/albums/bb215/Haleyamanda_01/?action=view&current=Untitled2.jpg

and you see where is says message me I want to be able to make it a link, and then the comment and message me two different links.

 Tags:

   Report

2 ANSWERS


  1. you want to add html code on webpage with image,

    w3 html

    http://www.w3schools.com/HTML/tryit.asp?...

    http://www.w3schools.com/HTML/html_links...

    _________

    not just one <a href> with <imc src> tag but a map with links, and would require your numbers and links,

    http://www.htmlcodetutorial.com/images/i...

    http://www.echoecho.com/htmllinks07.htm

    <div id="imgmapdiv">  

    <map name="imgmap">  

    <area shape="poly" coords="10,10,116,10,116,84,10,84,10,10" href="#" alt="14">  

    <area shape="poly" coords="125,11,235,11,229,84,123,84, 125,11" href="#" alt="15">  

    <area shape="poly" coords="244,11,333,11,340,84,240,84, 244,11" href="#" alt="16">  

    </map>  

    </div>  

    <p>  

    <img src="http://i211.photobucket.com/albums/... width="345" height="312" alt="Move mouse over image" usemap="#imgmap">  

    </p>  

    ..


  2. http://answers.yahoo.com/question/index?...

Question Stats

Latest activity: earlier.
This question has 2 answers.

BECOME A GUIDE

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