Here is my code:
<html>
<head>
<title>PageTitle!</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table id="Table_01" width="590" height="531" border="0" cellpadding="0" cellspacing="0">
<tr> <td>
<a href="http://mypage.com" border="0"><img src="top.jpg" width="590" height="90" alt="" border="0"></a></td>
</tr>
<tr>
<td>
<a href="http://mypage.com" border="0"><img src="content.jpg" width="590" height="441" alt="" border="0"></a></td>
</tr>
</table>
</body>
</html>
And here what’s the problem:
Sorry, i have to remove this picture
Why there is a line break between <tr> in table? I’m looking for not CSS solution, this is a simple mailing. And the problem with it shows only in gmail. When I download in to sparrow or mobile device empty row is disappear.
Set the CSS on the images to:
You could also float them left but that seems unnecessary.
See this jsFiddle example. Then remove the CSS and the gap re-appears.