text field with HTML content
Posted: Fri Jan 04, 2013 6:02 am
Hi,
I display html content in the report and font size for rendered report is microscopic.
I set properties
allow html tags:true
can grow/shrink:true
html code itself looks like that
When I load the same html code in browser everything is as predicted. But report shows all fonts shrunk to unreadable size
What I do wrong?
Best regards.
I display html content in the report and font size for rendered report is microscopic.
I set properties
allow html tags:true
can grow/shrink:true
html code itself looks like that
Code: Select all
<HTML><BODY>
<p><font size="1" face="Arial"><b><u>Tuesday 2/11/2010 04:55:22 Kara Nitties</u></b></font></p>
<p><font size="3" face="Times New Roman">Dear Kara,</font></p>
<p><font size="3" face="Times New Roman">Property used for access to internal CrossTab variables. Internal use only.</font></p>
<p><font size="3" face="Times New Roman">Property used for access to internal CrossTab variables. Internal use only.</font></p>
<p><font size="3" face="Times New Roman">When: Tuesday, 20 October 2015</font></p>
<p><font size="3" face="Times New Roman">Pax: 1800- 2000</font></p>
<p><font size="3" face="Times New Roman">Property used for access to internal CrossTab variables. Internal use only.</font></p>
<p><font size="3" face="Times New Roman">Please contact me on 9332 5239 should you have any questions.</font></p>
<p><font size="3" face="Times New Roman">Thank you for your continued support.</font></p>
<p><font size="3" face="Times New Roman">Kind regards,</font></p>
<p><font size="3" face="Times New Roman">Yvonne</font></p>
<a name="table01"></a>
<div align="left">
<table width="700">
<tr valign="top"><td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td></tr>
</table>
</div>
</BODY></HTML>
What I do wrong?
Best regards.