annoying space between an image and table bottom

windows

Guest
Anybody got ideas how to eliminate space between the bottom line of an image and the bottom line of a table? <br />
<br />
using<br />
<br />
<table border=0 cellspacing=0 cellpadding=0><br />
<tr><br />
<td><br />
<img src=http://www.webdeveloper.com/forum/archive/index.php/pic.gif><br />
</td><br />
</tr><br />
</table><br />
<br />
gives unneeded and unexpected thin line between the image and and the bottom of the table, at least in my IE6.<br />
<br />
Same phenomenon can be seen when you write text instead of placing an image, and there the extra space suits, but my goal is to place the image at the bottom of the table. Thanks for help<!--content--><table border=0 cellspacing=0 cellpadding=0> <br />
<tr><br />
<td><img src=http://www.webdeveloper.com/forum/archive/index.php/pic.gif></td><br />
</tr><br />
</table><!--content-->I'm not sure if I should feel dumb or blaim someone else, but anyway big thanks to you! Unbelievable it was about such a small thing.<!--content-->Glad I could help...<!--content-->This works as of NOW. It may not work in the future. For details, read <!-- m --><a class="postlink" href="http://devedge.netscape.com/viewsource/2002/img-table/">http://devedge.netscape.com/viewsource/2002/img-table/</a><!-- m --><!--content-->Greetings all<br />
<br />
I, too have extra space between lines<br />
I read cyco's reply and CAN'T see the difference between his configuration and the person's who had the same problem!<br />
pls help<!--content-->basically by have a break in line the image created an automatic space. this is not true for all browsers. read the article posted above for further information...<!--content-->I read the article -- I guess I just don't "get it!"<!--content-->
 
Back
Top