Html Code Not Working To Click On Specific Portion Of An Image To Redirect To A Link
I have an image Image and what I need is to redirect the text Flights, holidays awards, Discover to a different link. I have tried looking for solutions and got results to use MAP
Solution 1:
Your code is right. But, you are using wrong coordinates.. Try this one.. and click on top-left corner..
<img src="http://image.S7.exacttarget.com/lib/fe8c13727d67037a74/m/1/cefb23ad-3713-4654-a642-1e099c402134.png" alt="" usemap="#Map">
<map name="Map" id="Map">
<area alt="" title="" href="sun.htm" shape="poly" coords="17,51,42,35,66,51,66,89,17,89">
</map>
Post a Comment for "Html Code Not Working To Click On Specific Portion Of An Image To Redirect To A Link"