diff options
Diffstat (limited to 'templates/Default-invoice.html')
-rwxr-xr-x | templates/Default-invoice.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/templates/Default-invoice.html b/templates/Default-invoice.html index 3b15e0ee..90b43c88 100755 --- a/templates/Default-invoice.html +++ b/templates/Default-invoice.html @@ -1,7 +1,7 @@ <body bgcolor=ffffff> -<table width=100 ?> +<table width="100%"> <?lsmb include letterhead.html ?> @@ -19,8 +19,8 @@ <td> <table width=100% callspacing=0 cellpadding=0> <tr bgcolor=000000> - <th align=left width=50 ?><font color=ffffff>To</th> - <th align=left width=50 ?><font color=ffffff>Ship To</th> + <th align=left width="50%"><font color=ffffff>To</th> + <th align=left width="50%"><font color=ffffff>Ship To</th> </tr> <tr valign=top> @@ -128,7 +128,7 @@ <td> </td> <td> - <table width=100 ?> + <table width="100%"> <tr bgcolor=000000> <th align=right><font color=ffffff>Item</th> <th align=left><font color=ffffff>Number</th> @@ -207,7 +207,7 @@ <td> </td> <td> - <table width=100 ?> + <table width="100%"> <tr valign=top> <?lsmb if notes ?> <td><?lsmb notes ?></td> @@ -228,7 +228,7 @@ <td> </td> <td colspan=9> - <table width=60 ?> + <table width="60%"> <tr> <th align=left>Payments</th> @@ -277,15 +277,15 @@ <td> </td> <td> - <table width=100 ?> + <table width="100%"> <tr valign=top> - <td width=60 ?><font size=-3> + <td width="60%"><font size=-3> Payment due by <?lsmb duedate ?>. Items returned are subject to a 10% restocking charge. A return authorization must be obtained from <?lsmb company ?> before goods are returned. Returns must be shipped prepaid and properly insured. <?lsmb company ?> will not be responsible for damages during transit. </font> </td> - <td width=40 ?> + <td width="40%"> X <hr noshade> </td> </tr> |