Having trouble with Image Map and space that follows....

windows

Guest
Hello...<br />
<br />
When I create an image map in Coffee Cup Image Mapper, I paste the code into my HTML. However, there is always a space between the image map and the next image.....<br />
<br />
It messes up the design, and I do not know how to fix it.....<br />
<br />
To show you what I mean, go here....<br />
<br />
<!-- m --><a class="postlink" href="http://www.kidspeak.info/kidsnews.html">http://www.kidspeak.info/kidsnews.html</a><!-- m --><br />
<br />
Notice that after the Kids News is underlined, there is a little space. This is caused by the HTML of the image map. Anyone know how to fix this??<br />
<br />
Also, does anyone know where I can find a script to make my own poll?<br />
<br />
Thanks.<!--content-->There is space in your code.<br />
Try this<br />
<br />
<td>your immap</td><br />
so the td tags close to the rest of the code.<br />
<br />
:rocker:<!--content-->Hey Peter -<br />
<br />
I looked at my HTML, and saw that there are already table tags in there. This is what my HTML looks like beginning with the image map and ending with the image map: (Without the _____)<br />
<br />
<br />
<br />
<___tr> <br />
<br />
<___td height="243" colspan="3" valign="top"> <br />
<br />
<IMG SRC=http://www.htmlforums.com/archive/index.php/"/images/kidsnews.jpg" width="800" height="245" USEMAP="#kidsnews" BORDER=0> <MAP NAME="kidsnews"> <AREA SHAPE=RECT COORDS="3,167,78,186" HREF="/index.html" ALT="" OnMouseOut="window.status=''; return true" OnMouseOver="window.status=''; return true"> <AREA SHAPE=POLY COORDS="97,165,184,176,182,195,94,184,94,162" HREF=http://www.htmlforums.com/archive/index.php/"/about.html" ALT="" OnMouseOut="window.status=''; return true" OnMouseOver="window.status=''; return true"><br />
<AREA SHAPE=POLY COORDS="200,178,279,178,278,201,195,196,200,177" HREF=http://www.htmlforums.com/archive/index.php/"/amazingfacts.html"ALT="" OnMouseOut="window.status=''; return true" OnMouseOver="window.status=''; return true"><br />
<br />
<AREA SHAPE=POLY COORDS="289,173,353,167,353,190,290,193,289,172" HREF=http://www.htmlforums.com/archive/index.php/"/kidsnews.html" ALT="" OnMouseOut="window.status=''; return true" OnMouseOver="window.status=''; return true"><br />
<AREA SHAPE=POLY COORDS="369,171,420,159,419,185,365,185,368,170" HREF=http://www.htmlforums.com/archive/index.php/"/contests.html" ALT="" OnMouseOut="window.status=''; return true" OnMouseOver="window.status=''; return true"><br />
<AREA SHAPE=POLY COORDS="436,154,536,154,534,178,436,176,437,153" HREF=http://www.htmlforums.com/archive/index.php/"/teachers.html" ALT="" OnMouseOut="window.status=''; return true" OnMouseOver="window.status=''; return true"><br />
<AREA SHAPE=POLY COORDS="554,155,637,155,636,179,547,174,557,154" HREF=http://www.htmlforums.com/archive/index.php/"/askmrnewsy.html" ALT="" OnMouseOut="window.status=''; return true" OnMouseOver="window.status=''; return true"><br />
<AREA SHAPE=POLY COORDS="653,154,712,161,712,183,651,180,653,154" HREF=http://www.htmlforums.com/archive/index.php/"/sponsors.html" ALT="" OnMouseOut="window.status=''; return true" OnMouseOver="window.status=''; return true"><br />
<AREA SHAPE=POLY COORDS="732,160,797,163,793,188,724,180,731,158" HREF=http://www.htmlforums.com/archive/index.php/"/contact.html" ALT="" OnMouseOut="window.status=''; return true" OnMouseOver="window.status=''; return true"> </MAP> <!-- End of CSIM --><br />
<br />
</td_____></tr____><!--content-->Yep, i have seen that, but:<br />
<br />
<td height="243" colspan="3" valign="top"><IMG SRC=http://www.htmlforums.com/archive/index.php/"/images/kidsnews.jpg" width="800" height="245" USEMAP="#kidsnews" BORDER=0> <MAP NAME="kidsnews">restof the code</td><br />
<br />
Because now you have spaces between the tags and your code.<br />
<br />
<br />
<br />
:rocker:<br />
///edit<br />
i would dld your page to take a closer look....<br />
but i see the space is gone......<!--content-->Hey -<br />
<br />
I edited it in Dreamweaver, and all I had to do was press delete....Weird....<br />
<br />
Thanks for the help...<!--content-->
 
Back
Top