Hi, how do I align it? It gets very weird like tha...
# advancedpdf
s
Hi, how do I align it? It gets very weird like that
Copy code
<table cellpadding="1" cellspacing="1" ><tr>
      <td>PESO LIQUÍDO(Kg):&nbsp;<span style="font-size:12px;"><strong>${record.custbody_enl_netweight}</strong></span><br /><br />PESO BRUTO(Kg):&nbsp;<span style="font-size:12px;"><strong>${record.custbody_enl_grossweight}</strong></span></td>
    </tr></table>
a
Have you tried
align="left"
?
s
yea. But the problem still persists