PDA

View Full Version : HTML question


JamesU
Oct15-05, 12:39 AM
I'm trying to create an area mep for an image, but it's not working right. any help?
<html>
<head>
<title>Enter through the door</title>
</head>
<body>
<map name="amap">
<area shape="rect" coords="474,202,541,358" href="../leveltwo.htm">
</map>
<center><img src="http://urlofsomeimage/image.jpg" border="0" usemep="#amap"></center>
</body>
</html>


and no, that's not the url of the image

ComputerGeek
Oct15-05, 10:05 AM
how about telling us what the problem is?

JamesU
Oct15-05, 05:22 PM
well, when I click the area it doesn't work, The cursor doesn't change, and if you clik nothing happens

wave
Oct16-05, 07:11 AM
You misspelled usemap.

dduardo
Oct16-05, 09:00 AM
Here is a nice example:

http://www.w3schools.com/tags/tag_area.asp