Okay, what I see is a centered image, so there's space on the left and right of the image, then there's a gap below the image. I don't know what you mean by "space to the right", but what you can try to get rid of the gap below:
Make sure the TD open and close tags are on the same line as the start and end of the image and image map code:
Code:
<TD><!-- comment --><IMG SRC="yadda.jpg" USEMAP="#yadda">
<MAP NAME="yadda">
Map Goes Here
</MAP><!-- comment --></TD>
When there's a line break, the browser will interpret that as a space. So if you have no line break between your start tag and the first line, and no line break between the last line and the closing tag, it should work.
Confused yet? 
|