<html>
<body>
<img src ="firstisland.jpg" width ="145" height ="126" alt="Places" usemap="#islandmap" />
<map id ="islandmap" name="islandmap">
<area shape ="rect" coords ="212,74,343,142"
href ="hey.php" target ="_blank" alt="Vorogh" />
<area shape ="rect" coords ="118,455,263,521"
href ="way.php" target ="_blank" alt="House" />
<area shape ="rect" coords ="580,390,662,442"
href ="boo.php" target ="_blank" alt="Person" />
</map>
</body>
</html>
This is what I have and cant get it to work. Any Ideas?
Locked
<body>
<img src ="firstisland.jpg" width ="145" height ="126" alt="Places" usemap="#islandmap" />
<map id ="islandmap" name="islandmap">
<area shape ="rect" coords ="212,74,343,142"
href ="hey.php" target ="_blank" alt="Vorogh" />
<area shape ="rect" coords ="118,455,263,521"
href ="way.php" target ="_blank" alt="House" />
<area shape ="rect" coords ="580,390,662,442"
href ="boo.php" target ="_blank" alt="Person" />
</map>
</body>
</html>
This is what I have and cant get it to work. Any Ideas?
Locked
Last edited: