Views:
HCL Notes will add a blank line above each table when a recipient replies to your email. To try and minimize the effects of this:
 
  • add a blank line yourself above the table, with a font size of 1px
  • enclose all of the tables in a single table with font-size 1px

Also:
 
  • set margins etc to 0, depending on your HTML, you may need a style of 'margin-top:0px;font-size:1px;' on each table element
  • set widths on table cell
  • set fonts and font sizes on the cells

For example:

<span style="font-size:1px;line-height:1;"> </span>
<table width="480px" border="0" cellspacing="0" cellpadding="0" style="margin-top:0px;font-family: Verdana;font-size:1px;">
<tr>
<td style="color: #333333;" style="font-size:1px;">
<table border="0" cellspacing="0" cellpadding="0" style="font-size:11px;">
<tr>
<td style="height:35px;font-size:1px;"><img src="cid:_icon-phonepng" width="30px" height="35px" /></td>
<td style="font-size: 11px;font-family: Verdana;">+64 9 379 7044</td>
</tr>
</table>

...etc
Related Products: CMS DOM v4