http://imgur.com/hLjV0IRHow can I make this table strictly in HTML code?
I cant quite figure how to format it correctly...
any help?
This is my code now
Code
<table style="width:90%" class="po-detail" border="1" cellpadding="0" cellspacing="0" width="900">
<tr>
<th class="w50"> Qty</th>
<th class="w100">Description</th>
<th class="w100">Unit Price</th>
<th class="w350">Amount</th>
</tr>
<tr>
<td> </td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<th colspan="2"> <br> <br> <br> </th>
<th> Sub Total</th>
<td> CAD #PRICE#</td>
</tr>
<tr>
<th colspan="2"> PLEASE MAKE ALL CHECK PAYABLE TO BENECO PACKAGING A SERVICE
CHARGE OF 1.75% PER MONTH WILL BE CHARGED ON ALL OVERDUE BALANCE <br> </th>
<th> HST</th>
<td> CAD #PRICE#</td>
</tr>
<tr>
<th> GST/HST No. #UOM# </th>
<th> Total</th></tr>
</table> <!-- Shipping Info -->
This post was edited by Trig on Oct 18 2016 01:11pm