• I am just starting to consider this idea so I am asking before any work has been done by me. I would like to display a pic of my state and near the major cities embed a link. The idea is that if the user wants to know more about the particular city, he is presented with a link that he can click on. How might I go about his in WordPress? Or is there a better way?

    thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • You’re looking for a <map> tag.

    https://html.com/images/how-to-make-an-image-map/

    There’s a lot of ways to do this. You might find a plugin for it, but it’s more likely that you’ll have to set up your own mapping for each image.

    Thread Starter Chuck Balogh

    (@chuckbalogh)

    Thank you so much. This seems pretty straightforward. I will hopefully be able to give it a test shot over the weekend. I will let you know.

    Thread Starter Chuck Balogh

    (@chuckbalogh)

    I am finally back on this project. I followed the steps in the article but the link does not appear. The pic does appear. I suspect a basic error. Can someone look at my code? (below). I only have one link defined and it is to Facebook as a test.

    <div id=”image_map”>
    <map name=”lifes_puzzle_900-1″>
    <area href=”https://facebook.com&#8221; alt=”Facebook” target=”_blank” shape=”poly” coords=”115,300, 295,300, 295,475, 115,475″> </map>solving life's puzzles

    </div>

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Embedding links in Pix’ is closed to new replies.