I made an image map with Paint shop Pro, but there is something wrong with the image map code they supplied or I've left something out that should be in the main code, I dunno?? Anyways, its leaving a big white gap around the entire image. Can you tell me what I'm doing wrong?
Heres the web page - http://www.freewebs.com/provoquant/index.html
and this is the code:
<html>
<head>
<meta name="Author" content="">
<meta name="Generator" content="Paint Shop Pro 9">
<title> </title>
</head>
<body>
<img name="Provoquant_Image_Map_10" src="http://i186.photobucket.com/albums/x50/MissEffigy/Layouts/ProvoquantImageMap1.jpg" width="1024" height="831" border="0" usemap="#Provoquant_Image_Map_1" alt="">
<map name="Provoquant_Image_Map_1">
<area shape="poly" coords="200,238,200,217,209,208,333,207,332,238" href="http://www.freewebs.com/provoquant/index.html" target="_blank" alt="">
<area shape="poly" coords="336,210,352,207,468,207,466,238,336,238" href="http://pub40.bravenet.com/photocenter/album.php" target="_blank" alt="">
<area shape="poly" coords="471,209,487,207,604,208,613,219,613,238,469,238" href="http://www.freewebs.com/provoquant/Contact.html" target="_blank" alt="">
</map>
</body>
</html>
Thank you in advance