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

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
Maluendaster
Forum Contributor
Posts: 124
Joined: Fri Feb 25, 2005 1:14 pm

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

Post 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?
Last edited by Maluendaster on Tue May 16, 2006 1:07 pm, edited 1 time in total.
User avatar
JayBird
Admin
Posts: 4524
Joined: Wed Aug 13, 2003 7:02 am
Location: York, UK
Contact:

Post by JayBird »

Hmmm...your HTML is SERIOUSLY messed up! i counted at least 4 <html>, <head> and <body> tags
Maluendaster
Forum Contributor
Posts: 124
Joined: Fri Feb 25, 2005 1:14 pm

Post 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.
Maluendaster
Forum Contributor
Posts: 124
Joined: Fri Feb 25, 2005 1:14 pm

Post 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....
Post Reply