Here is the source code for email template. When the email shown on the mailbox, I can see a huge spacing before tag <table>.
I also checked the html source of the email and found lots of <br> before <Table>
Who can tell me how should we remove the space.?
<table style="width: 800px; padding: 5px;">
<tbody>
<tr>
<th style="text-align: left;">
<b>Actions:</b></th>
</tr>
<tr>
<th style="text-align: left;">
<span id="NWRTEReference8"><a class="ms-rtestate-write" onclick="selectThis(this);" contenteditable="false" href="javascript:void(0);" link="false" reftext="%7BItemProperty%3AActions%7D" style="text-decoration: underline; color: red;">Actions</a></span></th>
</tr>
</tbody>
</table>

