Forum Discussion
sunny_mody
Advisor
Hi amandaghui,
I tried doing the same and it worked for me.
I believe your code isn't working because your area co-ordinates for facebook link might be wrong.
Could you please try the code written below :
Show more
<#assign message_list_title = text.format("custom.Still_Need_Help.title") />
<img src="image.png" width="240" height="240" alt="socialicon" usemap="socialicon">
<map name="socialicon">
<area shape="rect" coords="0,0,120,120" href="link1" alt="Aide">
<area shape="rect" coords="120,0,240,120" href="link2" alt="Facebook">
<area shape="rect" coords="0,120,120,240" href="link3" alt="Compliment">
<area shape="rect" coords="120,120,240,240" href="link4" alt="Probleme">
</map>
<img src="image.png" width="240" height="240" alt="socialicon" usemap="socialicon">
<map name="socialicon">
<area shape="rect" coords="0,0,120,120" href="link1" alt="Aide">
<area shape="rect" coords="120,0,240,120" href="link2" alt="Facebook">
<area shape="rect" coords="0,120,120,240" href="link3" alt="Compliment">
<area shape="rect" coords="120,120,240,240" href="link4" alt="Probleme">
</map>
Thanks,
Sunny
amandaghui
10 years agoHelper
Hi there!
Thanks for looking into it for me. I tried the page again and it's running!
Related Content
- 5 years ago