Jump to content

Printing problem html


paulspoon

Recommended Posts

The following code produces mixed outputs. The Dist and Invoice column is never the same maybe because the Description is sometimes narrower than another invoice. Any suggestions on how I can tell html to use a "fixed" position on where to start a certain table.
Regards
ps. this is mainly used for html to pdf printing

<table border="0">
<tr>
<td width = "400"><font size="-2"><#DESCRIPTION#></td>
<td width = "500"></td>
<td width = "150"><#DIST#> / <#INV#></td>
</tr>
<tr>
<td><#ADD1#></td>
<td></td>
<td>4130119151</td>
</tr>
<tr>
<td><#ADD2#></td>
<td></td>
<td><#ORDERDATE#></td>
</tr>
Link to comment
https://forums.phpfreaks.com/topic/12359-printing-problem-html/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.