Either add `td p { align:left }` to your CSS style...
# advancedpdf
s
Either add
td p { align:left }
to your CSS styles, or wrap the text inside the TD tag with
<p style="text-align: left;">
text here
</p>
, like this:
<tr><td style="word-wrap:break-word; font-size: 9px; white-space:normal;"><p style="text-align: left;">Standard transaction</p></td></tr>
👍 2