[SOLVED] why the image map isn't working???
Posted: Mon May 15, 2006 9:10 pm
This is the end of the code of index.php on my FTP
but if you go here : http://www.musicspot.cl and see the code, it doesn't show, and doesn't work.... what's wrong?
Code: Select all
<map name="Map2" id="Map2">
<area shape="rect" coords="93,3,162,29" href="http://www.karrete.cl" target="_blank" />
</map>
<map name="Map" id="Map">
<area shape="rect" coords="73,286,153,307" href="index.php" />
</map>
</body>
</html>