Space between tr in html table

Hi ,

I am getting spaces between tr in my emailer footer area.

error screen shot: http://rohloyalty.com/query/screenshot.png

note; brown background because I set it.

Give us the code of the table so we can check it out directly.

I removed your zip because a virus was detected. I suggest you scan your system for viruses asap.

You don’t need to attach a zip anyway as you can post the email html in your reply using the code tags (preformatted text) from the editor.

Usually gaps in emails are because images need to be set to display:block (assuming cellspacing and cellpadding has been taken care of). If you post your code as mentioned above we can take a look.

1 Like
<DOCTYPE!>

<html>
<head>
<title>Wharf GReaT foodie emailer- June</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">

<table width="700" height="1049" border="0" cellpadding="0" cellspacing="0" align="center">
<tr>
<td>

<!-- Save for Web Slices (Wharf GReaT foodie emailer- June.jpg) -->
<table id="Table_01" width="700" height="1049" border="0" cellpadding="0" cellspacing="0" style="background-color:#694a36;">
<tr>
<td colspan="2" style="padding-bottom:10px;padding-top:10px;background-color:#ffffff;">Dear *|FNAME|* *|LNAME|*</td>
</tr>

<tr>
<td colspan="2">
<img src="http://rohloyalty.com/query/images/index_01.jpg" width="700" height="971" alt=""  style="vertical-align: top"></td>
</tr>
<tr>
<td colspan="2">
<a href="https://grthotels.com/images/GReaT%20Foodie%20-%20Privacy%20Policy.pdf" target="_blank"><img src="http://rohloyalty.com/query/images/index_02.jpg" width="700" height="12" style="vertical-align: top"  alt=""></a></td>
</tr>
<tr>
<td colspan="2">
<a href="https://grthotels.com/" target="_blank"><img   src="http://rohloyalty.com/query/images/index_03.jpg" width="700" height="17" alt="" style="vertical-align: top"></a></td>
</tr>
<tr>
<td>
<a href="https://www.facebook.com/GRTFoodie/" target="_blank"><img  src="http://rohloyalty.com/query/images/index_04.jpg" width="94" height="15" alt="" style="vertical-align: top"></a></td>
<td>
<a href="https://www.instagram.com/grtgreatfoodie/" target="_blank"><img   src="http://rohloyalty.com/query/images/index_05.jpg" width="606" height="15" alt="" style="vertical-align: top"></a></td>
</tr>
<tr>
<td colspan="2">
<a href="mailto:greatfoodie@grthotels.com?Subject=%20" ><img src="http://rohloyalty.com/query/images/index_06.jpg" width="700" height="34" alt="" style="vertical-align: top"></a></td>
</tr>
</table>

</td>
</tr>
</table>
<!-- End Save for Web Slices -->
</body>
</html>

As I said above the first thing to try is to set all the images to display:block and then re-test.

If the problem still exists then post your new code and indicate which email clients you are testing in.

I’m wondering about the deprecated %margin% attributes. I know email clients are behind the times, but perhaps changing those to inline style values might work better?

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.