If you have a table with tags within the td's, it doesn't render the contents of the inner tags. Also style="float:left" does not work on div or any other tags so there is currently no way to place 2 pieces of info next to each other while using styling.
E.g. in the following example, the contents of the <b> tag will not be rendered in the PDF. The HTML viewer contains the values, but when converted to PDF they disappear.
<table>
<tr>
<td>
<b>Some Bold Text</b> Some Normal Text
</td>
</tr>
</table>
E.g. in the following example, the contents of the <b> tag will not be rendered in the PDF. The HTML viewer contains the values, but when converted to PDF they disappear.
<table>
<tr>
<td>
<b>Some Bold Text</b> Some Normal Text
</td>
</tr>
</table>