annoying space between an image and table bottom
Anybody got ideas how to eliminate space between the bottom line of an image and the bottom line of a table?
using
<table border=0 cellspacing=0 cellpadding=0>
<tr>
<td>
<img src=pic.gif>
</td>
</tr>
</table>
gives unneeded and unexpected thin line between the image and and the bottom of the table, at least in my IE6.
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
<table border=0 cellspacing=0 cellpadding=0>
<tr>
<td><img src=pic.gif></td>
</tr>
</table>
thanks CyCo!
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.
This works as of NOW. It may not work in the future. For details, read http://devedge.netscape.com/viewsource/2002/img-table/
Greetings all
I, too have extra space between lines
I read cyco's reply and CAN'T see the difference between his configuration and the person's who had the same problem!
pls help
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...
I read the article -- I guess I just don't "get it!"
I can't get rid of extra space between IMG and bottom of the cell. Please help:
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=iso-8859-2" />
<link rel="stylesheet" type="text/css" href="css.css">
</head>
<body bgcolor=blue bottommargin="0">
<table border="1" cellpadding="0" cellspacing="0" height="313" bottommargin="0">
<tr><td colspan="3"><img src="gfx/one.gif" width="980" height="140" border="0" alt="" title=""/></td></tr>
<tr>
<td><img src="gfx/two.gif" width="141" height="33" border="0" alt="" title="" /></td>
<td><img src="gfx/three.gif" width="699" height="33" border="0" alt="" title="" /></td>
<td><img src="gfx/four.gif" width="140" height="33" border="0" alt="" title="" /></td>
</tr>
<tr>
<td><img src="gfx/five.gif" width="141" height="313" border="0" alt="" title="" /></td>
<td><img src="gfx/six.gif" width="699" height="311" border="0" alt="" title="" /></td>
<td><img src="gfx/seven.gif" width="140" height="313" border="0" alt="" title="" /></td>
</tr>
<tr>
<td colspan="3"><img src="gfx/eight.gif" width="980" height="140" border="0" alt="" title="" /></td>
</tr>
</table>
</body>
</html>
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules
Bookmarks