Custom Content not functioning
Hi!
I was hoping I can get a little help on a custom component feature that isn't functioning properly. A 400 px by 400 px image is divided into 4 areas to link to other URLs, works when created with dreamweaver, used the same HTML codes in Studio and the links won't work (used in custom content).
Here's the code:
---------
<#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="0,0,240,240" 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>
--------------------
I took out the official URL and used generic names.
Please help!
Thanks in advance.