How do I change the size of the font for the printed invoice? I can barely see the one now and have screwed up a few orders because of it LOL....I know its in the invoice_print template but I can't figure out what to change....thanks!!..
<!--START: PAGEHEAD-->
<html>
<head>
<title>[company]</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="css/default.css" type="text/css" media="screen">
</head>
<body class="bod" bgcolor="#FFFFFF" text="#000000">
<!--END: PAGEHEAD-->
<!--START: pagebreak-->
<p style="page-break-after: always">
<!--END: pagebreak-->
<!--START: Confirmation-->
<table width="95%" border="0" cellspacing="2" cellpadding="2" align="center">
<tr class="framebackground">
<td colspan="2"><img src="templates/images/spacer.gif"></td>
</tr>
<tr class="report-font2">
<td width="60%" valign="top" align="left"><!--START: invoicelogo-->
<img src="../[invoicelogo]"><br>
<!--END: invoicelogo-->
<b>[company]<br>
[address1]<br>
<!--START: address2-->
[address2]<br>
<!--END: address2-->
[city], [state] [zip] [country]<br>
<!--START: phone1-->
[phone1]
<!--END: phone1-->
</td>
<td width="40%" valign="top" align="left"><b>Order Date</b>: [odate_month]/[odate_day]/[odate_year]<br>
<b>Order Number #</b>: [invoiceprefix][invoicenum]
<!--START: salesperson-->
<br>
<b>Sales Person</b>: [salesperson]
<!--END: salesperson-->
</td>
</tr>
<tr>
<td colspan="2"> </td>
</tr>
<tr class="report-font2">
<td width="60%" align="left" valign="top"><b>BILLING ADDRESS</b><br>
[ofirstname] [olastname]<br>
<!--START: ocompany-->
[ocompany]<br>
<!--END: ocompany-->
[oaddress]<br>
<!--START: oaddress2-->
[oaddress2] <br>
<!--END: oaddress2-->
[ocity], [ostate] [ozip] -
[ocountry]<br>
<!--START: ophone-->
[ophone]
<!--END: ophone-->
<br>
<!--START: oemail-->
[oemail]
<!--END: oemail--></td>
<td width="40%" align="left" valign="top"><b>SHIPPING ADDRESS</b><br>
<!--START: shipping_address-->
[oshipfirstname] [oshiplastname]<br>
<!--START: oshipcompany-->
[oshipcompany]<br>
<!--END: oshipcompany-->
[oshipaddress]<br>
<!--START: oshipaddress2-->
[oshipaddress2] <br>
<!--END: oshipaddress2-->
[oshipcity], [oshipstate] [oshipzip] -
[oshipcountry]
<!--END: shipping_address-->
<!--START: shipping_multiple-->
<!--START: shipment-->
<table cellpadding="0" cellspacing="0">
<tr>
<td class="headers2" width="80%">Shipment #[num] - [oshipfirstname] [oshiplastname]</td>
</tr>
</table>
<!--END: shipment-->
<!--END: shipping_multiple-->
</td>
</tr>
<tr>
<td width="60%"> </td>
<td width="40%"> </td>
</tr>
</table>
<table width="95%" border="0" cellspacing="2" cellpadding="2" align="center">
<tr>
<td colspan="8" class="report-font2"><table width="100%" cellpadding="4" cellspacing="0">
<!--START: shipping_info-->
<tr>
<td class="item"><b>Shipping Method:</b> [oshipmethod] </td>
<td class="item" width="20%" align="right"><b>Total Items:</b> [numberofitems]</td>
</tr>
<!--START: trackingcode-->
<tr>
<td class="item" colspan="2"><b>Tracking Number:</b> [trackingcode]</td>
</tr>
<!--END: trackingcode-->
<!--START: oshippeddate-->
<tr>
<td class="item" colspan="2"><b>Shipped on:</b> [oshippeddate]</td>
</tr>
<!--END: oshippeddate-->
<!--END: shipping_info-->
<!--START: opaymethod-->
<tr>
<td class="item" colspan="2"><b>Payment Type:</b> [opaymethod]</td>
</tr>
<!--END: opaymethod-->
</table></td>
</tr>
<tr>
<td colspan="8"><hr></td>
</tr>
<tr class="report-font2">
<td width="15%" align="left" valign="top"><b>Item Id</b></td>
<td width="53%" align="left" valign="top"><b>Descriptions and Options</b></td>
<td width="1%"> </td>
<td width="9%" align="center" valign="top"><b>Price</b></td>
<td width="1%"> </td>
<td width="9%" align="center" valign="top"><b>Qty</b></td>
<td width="2%"> </td>
<td width="10%" valign="top" align="center"><b>Total</b></td>
</tr>
<tr class="framebackground">
<td colspan="8"><hr> <img src="templates/images/spacer.gif"> </td>
</tr>
<!--START: shipment_header-->
<tr class="report-font1">
<td valign="top" align="left" colspan="8"><table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<td class="headers2" width="50%"><b>Shipment #[num]</b> - [oshipfirstname] [oshiplastname]
<!--START: oshipcompany-->
[oshipcompany]
<!--END: oshipcompany-->
. [oshipaddress] [oshipaddress2] [oshipcity], [oshipstate] [oshipzip] [oshipcountry] </td>
<td class="headers2"><!--START: oshipmethod-->
<strong>Shipping Method</strong>: [oshipmethod]
<!--END: oshipmethod-->
<!--START: trackingcode-->
<strong>Tracking Number</strong>: [trackingcode]
<!--END: trackingcode-->
</td>
</tr>
</table></td>
</tr>
<!--END: shipment_header-->
<!--START: items-->
<tr class="report-font1">
<td valign="top" align="left" width="15%">[id]</td>
<td valign="top" align="left" width="53%">[itemname]</td>
<td width="1%"> </td>
<td valign="top" align="right" width="9%">[unitprice]</td>
<td width="1%"> </td>
<td valign="top" align="center" width="9%">[numitems]</td>
<td width="2%"> </td>
<td valign="top" align="right" width="10%">[subtotal]</td>
</tr>
<!--END: items-->
<tr class="framebackground">
<td colspan="8"><img src="templates/images/spacer.gif"></td>
</tr>
<tr class="report-font1">
<td width="15%"> </td>
<td rowspan="7" width="53%" valign=top><!--START: ocomment-->
<b>Order Comments:</b><br>
[ocomment]<br>
<br>
<!--END: ocomment-->
<!--START: invoice_terms-->
<br>
[invoice_terms] <br>
<!--END: invoice_terms-->
</td>
<td width="1%"> </td>
<td width="9%"> </td>
<td width="1%"> </td>
<td valign="top" align="right" width="9%"><hr color="#FFFFFF"> <b>SubTotal:</b></td>
<td width="2%"> </td>
<td valign="top" align="right" width="10%"><hr> [subtotal]</td>
</tr>
<tr class="report-font1">
<td width="15%"> </td>
<td width="1%"> </td>
<td width="9%"> </td>
<td width="1%"> </td>
<td valign="top" align="right" width="9%"><b>Discount:</b></td>
<td width="2%"> </td>
<td valign="top" align="right" width="10%">[discounts]</td>
</tr>
<tr class="report-font1">
<td width="15%"> </td>
<td width="1%"> </td>
<td width="9%"> </td>
<td width="1%"> </td>
<td valign="top" align="right" width="9%"><b>Tax:</b></td>
<td width="2%"> </td>
<td width="10%"><div align="right">[TAX]</div></td>
</tr>
<!--START: TAX2-->
<tr class="report-font1">
<td width="15%"> </td>
<td width="1%"> </td>
<td width="9%"> </td>
<td width="1%"> </td>
<td valign="top" align="right" width="9%"><b>Tax 2:</b></td>
<td width="2%"> </td>
<td width="10%"><div align="right">[TAX2]</div></td>
</tr>
<!--END: TAX2-->
<!--START: TAX3-->
<tr class="report-font1">
<td width="15%"> </td>
<td width="1%"> </td>
<td width="9%"> </td>
<td width="1%"> </td>
<td valign="top" align="right" width="9%"><b>Tax 3:</b></td>
<td width="2%"> </td>
<td width="10%"><div align="right">[TAX3]</div></td>
</tr>
<!--END: TAX3-->
<tr class="report-font1">
<td width="15%"> </td>
<td width="1%"> </td>
<td width="9%"> </td>
<td width="1%"> </td>
<td valign="top" align="right" width="9%"><b>Shipping:</b></td>
<td width="2%"> </td>
<td valign="top" align="right" width="10%">[shipping] <hr></td>
</tr>
<tr class="report-font1">
<td width="15%"> </td>
<td width="1%"> </td>
<td width="9%"> </td>
<td width="1%"> </td>
<td valign="top" align="right" width="9%"><b>Total</b></td>
<td width="2%"> </td>
<td valign="top" align="right" width="10%">[total]</td>
</tr>
</table>
<!--END: Confirmation-->
<table width="95%" border="0" cellspacing="2" cellpadding="2" align="center">
<tr>
<td class="report-font2"><table width="100%" cellpadding="4" cellspacing="0">
<!--START: discounts_block-->
<tr>
<td class="item"><b>Discount(s):</b><br>
<!--START: discounts-->
[promotion_name]:
[discount_amount] <br>
<!--END: discounts-->
</td>
</tr>
<!--END: discounts_block-->
<!--START: certificates_block-->
<tr>
<td class="item"><b>Gift certificate(s) used:</b><br>
<!--START: certificates-->
[certificate_name]:
[discount_amount]
Balance:
[certificate_balance] <br>
<!--END: certificates-->
</td>
</tr>
<!--END: certificates_block-->
<tr>
<td class="item"><!--START: checkoutquestions1-->
<b>Checkout Questions</b><br>
<!--START: question1-->
[question]: [answer] <br>
<!--END: question1-->
<!--END: checkoutquestions1-->
<!--START: checkoutquestions2-->
<!--START: question2-->
[question]: [answer] <br>
<!--END: question2-->
<!--END: checkoutquestions2-->
<!--START: checkoutquestions3-->
<!--START: question3-->
[question]: [answer] <br>
<!--END: question3-->
<!--END: checkoutquestions3-->
</td>
</tr>
</table></td>
</tr>
</table>
</p>
<!--START: PAGEHEAD-->
<html>
<head>
<title>[company]</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="css/default.css" type="text/css" media="screen">
</head>
<body class="bod" bgcolor="#FFFFFF" text="#000000">
<!--END: PAGEHEAD-->
<!--START: pagebreak-->
<p style="page-break-after: always">
<!--END: pagebreak-->
<!--START: Confirmation-->
<table width="95%" border="0" cellspacing="2" cellpadding="2" align="center">
<tr class="framebackground">
<td colspan="2"><img src="templates/images/spacer.gif"></td>
</tr>
<tr class="report-font2">
<td width="60%" valign="top" align="left"><!--START: invoicelogo-->
<img src="../[invoicelogo]"><br>
<!--END: invoicelogo-->
<b>[company]<br>
[address1]<br>
<!--START: address2-->
[address2]<br>
<!--END: address2-->
[city], [state] [zip] [country]<br>
<!--START: phone1-->
[phone1]
<!--END: phone1-->
</td>
<td width="40%" valign="top" align="left"><b>Order Date</b>: [odate_month]/[odate_day]/[odate_year]<br>
<b>Order Number #</b>: [invoiceprefix][invoicenum]
<!--START: salesperson-->
<br>
<b>Sales Person</b>: [salesperson]
<!--END: salesperson-->
</td>
</tr>
<tr>
<td colspan="2"> </td>
</tr>
<tr class="report-font2">
<td width="60%" align="left" valign="top"><b>BILLING ADDRESS</b><br>
[ofirstname] [olastname]<br>
<!--START: ocompany-->
[ocompany]<br>
<!--END: ocompany-->
[oaddress]<br>
<!--START: oaddress2-->
[oaddress2] <br>
<!--END: oaddress2-->
[ocity], [ostate] [ozip] -
[ocountry]<br>
<!--START: ophone-->
[ophone]
<!--END: ophone-->
<br>
<!--START: oemail-->
[oemail]
<!--END: oemail--></td>
<td width="40%" align="left" valign="top"><b>SHIPPING ADDRESS</b><br>
<!--START: shipping_address-->
[oshipfirstname] [oshiplastname]<br>
<!--START: oshipcompany-->
[oshipcompany]<br>
<!--END: oshipcompany-->
[oshipaddress]<br>
<!--START: oshipaddress2-->
[oshipaddress2] <br>
<!--END: oshipaddress2-->
[oshipcity], [oshipstate] [oshipzip] -
[oshipcountry]
<!--END: shipping_address-->
<!--START: shipping_multiple-->
<!--START: shipment-->
<table cellpadding="0" cellspacing="0">
<tr>
<td class="headers2" width="80%">Shipment #[num] - [oshipfirstname] [oshiplastname]</td>
</tr>
</table>
<!--END: shipment-->
<!--END: shipping_multiple-->
</td>
</tr>
<tr>
<td width="60%"> </td>
<td width="40%"> </td>
</tr>
</table>
<table width="95%" border="0" cellspacing="2" cellpadding="2" align="center">
<tr>
<td colspan="8" class="report-font2"><table width="100%" cellpadding="4" cellspacing="0">
<!--START: shipping_info-->
<tr>
<td class="item"><b>Shipping Method:</b> [oshipmethod] </td>
<td class="item" width="20%" align="right"><b>Total Items:</b> [numberofitems]</td>
</tr>
<!--START: trackingcode-->
<tr>
<td class="item" colspan="2"><b>Tracking Number:</b> [trackingcode]</td>
</tr>
<!--END: trackingcode-->
<!--START: oshippeddate-->
<tr>
<td class="item" colspan="2"><b>Shipped on:</b> [oshippeddate]</td>
</tr>
<!--END: oshippeddate-->
<!--END: shipping_info-->
<!--START: opaymethod-->
<tr>
<td class="item" colspan="2"><b>Payment Type:</b> [opaymethod]</td>
</tr>
<!--END: opaymethod-->
</table></td>
</tr>
<tr>
<td colspan="8"><hr></td>
</tr>
<tr class="report-font2">
<td width="15%" align="left" valign="top"><b>Item Id</b></td>
<td width="53%" align="left" valign="top"><b>Descriptions and Options</b></td>
<td width="1%"> </td>
<td width="9%" align="center" valign="top"><b>Price</b></td>
<td width="1%"> </td>
<td width="9%" align="center" valign="top"><b>Qty</b></td>
<td width="2%"> </td>
<td width="10%" valign="top" align="center"><b>Total</b></td>
</tr>
<tr class="framebackground">
<td colspan="8"><hr> <img src="templates/images/spacer.gif"> </td>
</tr>
<!--START: shipment_header-->
<tr class="report-font1">
<td valign="top" align="left" colspan="8"><table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<td class="headers2" width="50%"><b>Shipment #[num]</b> - [oshipfirstname] [oshiplastname]
<!--START: oshipcompany-->
[oshipcompany]
<!--END: oshipcompany-->
. [oshipaddress] [oshipaddress2] [oshipcity], [oshipstate] [oshipzip] [oshipcountry] </td>
<td class="headers2"><!--START: oshipmethod-->
<strong>Shipping Method</strong>: [oshipmethod]
<!--END: oshipmethod-->
<!--START: trackingcode-->
<strong>Tracking Number</strong>: [trackingcode]
<!--END: trackingcode-->
</td>
</tr>
</table></td>
</tr>
<!--END: shipment_header-->
<!--START: items-->
<tr class="report-font1">
<td valign="top" align="left" width="15%">[id]</td>
<td valign="top" align="left" width="53%">[itemname]</td>
<td width="1%"> </td>
<td valign="top" align="right" width="9%">[unitprice]</td>
<td width="1%"> </td>
<td valign="top" align="center" width="9%">[numitems]</td>
<td width="2%"> </td>
<td valign="top" align="right" width="10%">[subtotal]</td>
</tr>
<!--END: items-->
<tr class="framebackground">
<td colspan="8"><img src="templates/images/spacer.gif"></td>
</tr>
<tr class="report-font1">
<td width="15%"> </td>
<td rowspan="7" width="53%" valign=top><!--START: ocomment-->
<b>Order Comments:</b><br>
[ocomment]<br>
<br>
<!--END: ocomment-->
<!--START: invoice_terms-->
<br>
[invoice_terms] <br>
<!--END: invoice_terms-->
</td>
<td width="1%"> </td>
<td width="9%"> </td>
<td width="1%"> </td>
<td valign="top" align="right" width="9%"><hr color="#FFFFFF"> <b>SubTotal:</b></td>
<td width="2%"> </td>
<td valign="top" align="right" width="10%"><hr> [subtotal]</td>
</tr>
<tr class="report-font1">
<td width="15%"> </td>
<td width="1%"> </td>
<td width="9%"> </td>
<td width="1%"> </td>
<td valign="top" align="right" width="9%"><b>Discount:</b></td>
<td width="2%"> </td>
<td valign="top" align="right" width="10%">[discounts]</td>
</tr>
<tr class="report-font1">
<td width="15%"> </td>
<td width="1%"> </td>
<td width="9%"> </td>
<td width="1%"> </td>
<td valign="top" align="right" width="9%"><b>Tax:</b></td>
<td width="2%"> </td>
<td width="10%"><div align="right">[TAX]</div></td>
</tr>
<!--START: TAX2-->
<tr class="report-font1">
<td width="15%"> </td>
<td width="1%"> </td>
<td width="9%"> </td>
<td width="1%"> </td>
<td valign="top" align="right" width="9%"><b>Tax 2:</b></td>
<td width="2%"> </td>
<td width="10%"><div align="right">[TAX2]</div></td>
</tr>
<!--END: TAX2-->
<!--START: TAX3-->
<tr class="report-font1">
<td width="15%"> </td>
<td width="1%"> </td>
<td width="9%"> </td>
<td width="1%"> </td>
<td valign="top" align="right" width="9%"><b>Tax 3:</b></td>
<td width="2%"> </td>
<td width="10%"><div align="right">[TAX3]</div></td>
</tr>
<!--END: TAX3-->
<tr class="report-font1">
<td width="15%"> </td>
<td width="1%"> </td>
<td width="9%"> </td>
<td width="1%"> </td>
<td valign="top" align="right" width="9%"><b>Shipping:</b></td>
<td width="2%"> </td>
<td valign="top" align="right" width="10%">[shipping] <hr></td>
</tr>
<tr class="report-font1">
<td width="15%"> </td>
<td width="1%"> </td>
<td width="9%"> </td>
<td width="1%"> </td>
<td valign="top" align="right" width="9%"><b>Total</b></td>
<td width="2%"> </td>
<td valign="top" align="right" width="10%">[total]</td>
</tr>
</table>
<!--END: Confirmation-->
<table width="95%" border="0" cellspacing="2" cellpadding="2" align="center">
<tr>
<td class="report-font2"><table width="100%" cellpadding="4" cellspacing="0">
<!--START: discounts_block-->
<tr>
<td class="item"><b>Discount(s):</b><br>
<!--START: discounts-->
[promotion_name]:
[discount_amount] <br>
<!--END: discounts-->
</td>
</tr>
<!--END: discounts_block-->
<!--START: certificates_block-->
<tr>
<td class="item"><b>Gift certificate(s) used:</b><br>
<!--START: certificates-->
[certificate_name]:
[discount_amount]
Balance:
[certificate_balance] <br>
<!--END: certificates-->
</td>
</tr>
<!--END: certificates_block-->
<tr>
<td class="item"><!--START: checkoutquestions1-->
<b>Checkout Questions</b><br>
<!--START: question1-->
[question]: [answer] <br>
<!--END: question1-->
<!--END: checkoutquestions1-->
<!--START: checkoutquestions2-->
<!--START: question2-->
[question]: [answer] <br>
<!--END: question2-->
<!--END: checkoutquestions2-->
<!--START: checkoutquestions3-->
<!--START: question3-->
[question]: [answer] <br>
<!--END: question3-->
<!--END: checkoutquestions3-->
</td>
</tr>
</table></td>
</tr>
</table>
</p>
Comment