Hi ,
i have an app with a HTML Text item which i need to send as part of a mail, im trying to insert some header text to divide between the diffrent tables, in the designer it looks good while in the mail it is not.
i use a white text row to simulate a blank row, and another one with the text.
formula:
...</tr>")&"
</tbody>
</table>
<p><span style='color: rgb(255, 255,255); font-family: ""Times New Roman"";vertical-align: top; font-size: 25px; '>empty row</span> </p>
<p><span style='color: rgb(0, 0, 0); font-family: ""Times New Roman"";vertical-align: top; font-size: 25px;'><b>Weekly Status Report</b></span> </p>
<br>
<table align=""left"" border=""1"" cellpadding=""1"" cellspacing=""1"" style=""width:1100px"">
<tbody>
<tr>...
this is how it look like in the designer:

and this is how it look like in the mail:

any ideas, where i get it wrong?
thanks,
Eyal