需要在Joomla网站中使用HTML的标签MAP


need to use HTML's tag MAP in joomla site

我需要使用Map HTML标签使我的图像作为超链接工作,链接到不同的社交网站,但地图标签在Joomla!中不起作用,但它在HTML网站中起作用。

这是我正在使用的代码

<img src="images/social_media_icons.jpg" border="0" alt="social media icons" width="365" height="44" /> <map id="Map" name="Map"> 
<area shape="rect" coords="18,6,56,39" href="twitter_Link" target="_blank" />
<area shape="rect" coords="77,6,112,39" href="facebook_Link" target="_blank" />
<area shape="rect" coords="191,6,229,38" href="youtube_link" target="_blank" />
 </map>

我更改了编辑器,这项工作对我来说:)使用JCE编辑器为Joomla