Forum Moderators: open
The site is: <edited>
TIA for any help.
<Sorry, no personal URLs.
See Forum Charter [webmasterworld.com]>
[edited by: tedster at 4:59 am (utc) on June 27, 2006]
If this is the problem, try either of these fixes:
td.imgholder img {
display:block;
margin:0;
padding:0;
}
...or
td img {
vertical-align: bottom;
}
[edited by: tedster at 8:39 pm (utc) on June 28, 2006]