Forum Moderators: not2easy
<table class="tbl" border="0">
<tr>
<td><img src="images/logov1.gif" alt="" width="341" height="20"></td>
<td></td>
</tr>
<tr>
<td><img src="images/logov2.gif" alt="" width="341" height="100"></td>
<td></td>
</tr>
</table>
.tbl{border-collapse: collapse; border-spacing: 0px; width: 100%; padding:0px; }
table {
border-collapse : collapse;
}
table td, table th {
padding : 0;
}
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="english">
<meta http-equiv="Content-Style-Type" content="text/css">
<title></title>
<style type="text/css">
table {
border-collapse:collapse;
}
table td, table th {
padding:0;
}
img {
display:block;
}
</style>
</head>
<body>
<table class="tbl" border="0">
<tr>
<td><img src="images/logov1.gif" alt="" width="341" height="20"></td>
<td></td>
</tr>
<tr>
<td><img src="images/logov2.gif" alt="" width="341" height="100"></td>
<td></td>
</tr>
</table>
</body>
</html>
display:block, they no longer sit on the baseline and the space goes away.
I believe that my link to the Eric A. Meyer article provided all the relevant information.he he, my first thought was "Move over Meyers, Make way for Penders" ;)
That did not render correctly here...