Image Mapping
-
Site: https://www.crowdfundable.com/startuphangout/
I’m trying to follow directions from this thread to create an image map on a landing page. I’ve tried using standard image mapping, but my editor doesn’t want to allow more than one area on the image to use as a link.
In short, I’ve copied the following code and pasted it into my html editor on my WP page, but to no effect:
<div> <img class="alignnone wp-image-397" title="SHLandingPage" src="https://www.crowdfundable.com/startuphangout/wp-content/uploads/2012/08/SHLandingPage.png" alt="" width="960" height="1351" usename="#signup" /> <map name="#signup" id="signup"> <area shape="rect" coords="575,330,385,395" href="https://www.crowdfundable.com/startuphangout/signup/" alt="Signup!" /> <area shape="rect" coords="575,785,385,845" href="https://www.crowdfundable.com/startuphangout/signup/" alt="Signup!" /> <area shape="rect" coords="575,1220,385,1285" href="https://www.crowdfundable.com/startuphangout/signup/" alt="Signup!" /> <area shape="rect" coords="950,820,890,880" href="#top" alt="Top" /> <area shape="rect" coords="950,1225,890,1280" href="#top" alt="Top" /> </map> </div>
Can anyone tell me why this isn’t working? I’m starting to think WP hates me. ??
Any help is much appreciated.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Image Mapping’ is closed to new replies.