Help - Search - Members - Calendar
Full Version: Need help with code
HTMLHelp Forums > Web Authoring > Markup (HTML, XHTML, XML)
misseffigy
Hi, I was hoping you could help me, I only know the mere basics so I'm kinda lost as to what is causing this problem.

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 smile.gif
poojak
To remove white space from let and top of the page please insert the below code into ur body tag.

<body style="margin-left: 0px;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;">

in <img> tag insert hspace="0" vspace="0"

It will fix your problem.
misseffigy
Thanks so much! Worked great biggrin.gif
pandy
You should also use 'padding: 0'. Some browsers use margin and some use padding. smile.gif

This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.