Código HTML para mapear imágenes en joomla
Necesito mapear una imagen con HTML, busqué un código en internet pero no me funciona y recién estoy comenzando a usar html.
Espero que me puedan ayudar.
<table border="0" width="700">
<tbody>
<tr>
<td align="center">
<map name="foto facebook">
<area shape="CIRCLE" coords="500,500,100" href="www.facebook.cl" alt="Ir a facebook" />
</map>
<img src="http://lontue.cl.bsch/wiki_vox/foto234.png" border="0" width="700" height="1888" /> <br /></td>
</tr>
</tbody>
</table>