Question:

How do I do this without Dreamweaver?

by  |  earlier

0 LIKES UnLike

I have an image file and I want to select parts of the image to link to different places. I know how to do this in Dreamweaver but I don't have it on this computer, or Fireworks. I need to know how to do this online if possible for free.

 Tags:

   Report

1 ANSWERS


  1. You need to create a MAP to the image. So it looks like this:

    First, on your IMG tag, add a parameter: usemap="#Map"

    Then, create a block like this:

    <map name="Map" id="Map"><area shape="rect" coords="45,37,99,78" href="#abc" alt="" />

    </map>

    AREA is the rectangular (in this case) share and COORDS are the coordinates. HREF is the local (or remote "http://www.google.com") link to use.

    Good luck!

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.