Question:

Can some one please help me code this image map?!?

by  |  earlier

0 LIKES UnLike

i really really really need that image map coded! i would appreciate it more than anything!!

here is the URL!

please please please help me!!

http://tinypic.com/usermedia.php?uo=L88wUCx8iHQI8iuCYBlCCg%3D%3D

 Tags:

   Report

3 ANSWERS


  1. <map><area shape="rectangle" alt="" title="" coords="123,5,357,36" href="private_note.html" target="" /><area shape="rectangle" alt="" title="" coords="134,38,345,64" href="public_note.html" target="" /><area shape="rectangle" alt="" title="" coords="145,66,331,97" href="block_me.html" target="" /><area shape="rectangle" alt="" title="" coords="154,110,302,127" href="click_here_plz.html" target="" /></map>


  2. here is a basic online image map tool you can use.

    http://image-mapper.mgwalk.com/

    here is the map (goto view then source to get your code or right click and view source)

    http://www.mgwalk.com/yahoo_answers/imag...

  3. <img src="YOUR IMAGE NAME.jpg" alt="" width="359" height="142" border="0" usemap="#Map" />

    <map name="Map" id="Map"><area shape="rect" coords="123,3,357,38" href="TYPE YOUR LINK HERE" target="_blank" alt="private note" />

    <area shape="rect" coords="125,38,348,66" href="TYPE YOUR LINK HERE" target="_blank" alt="public note" />

    <area shape="rect" coords="129,66,339,96" href="TYPE YOUR LINK HERE" target="_blank" alt="block me" />

    <area shape="rect" coords="148,107,309,134" href="TYPE YOUR LINK HERE" target="_blank" alt="click here" />

    </map>

Question Stats

Latest activity: earlier.
This question has 3 answers.

BECOME A GUIDE

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