Page 1 of 1

[SOLVED] why the image map isn't working???

Posted: Mon May 15, 2006 9:10 pm
by Maluendaster
This is the end of the code of index.php on my FTP

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>
but if you go here : http://www.musicspot.cl and see the code, it doesn't show, and doesn't work.... what's wrong?

Posted: Tue May 16, 2006 6:40 am
by JayBird
Hmmm...your HTML is SERIOUSLY messed up! i counted at least 4 <html>, <head> and <body> tags

Posted: Tue May 16, 2006 11:26 am
by Maluendaster
Pimptastic wrote:Hmmm...your HTML is SERIOUSLY messed up! i counted at least 4 <html>, <head> and <body> tags
yeah, i know, but in the FTP is't ok.. I cleaned up the HTML just in case, but the same thing... I uploaded the files in AUTO MODE , but don't know what's wrong.

Posted: Tue May 16, 2006 1:06 pm
by Maluendaster
ok, a friend solved it , the problem was in an included file (counter.php) , and also, all included files had the HTML BODY tags....