diff options
Diffstat (limited to 'templates/demo/sales_order.html')
-rw-r--r-- | templates/demo/sales_order.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/templates/demo/sales_order.html b/templates/demo/sales_order.html index e3ff7e13..d238b339 100644 --- a/templates/demo/sales_order.html +++ b/templates/demo/sales_order.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> @@ -116,7 +116,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> @@ -192,7 +192,7 @@ <td> </td> <td> - <table width=100 ?> + <table width="100%"> <tr valign=top> <?lsmb if notes ?> <td>Notes</td> @@ -210,13 +210,13 @@ <td> </td> <td> - <table width=100 ?> + <table width="100%"> <tr valign=top> - <td width=60 ?><font size=-3> + <td width="60%"><font size=-3> Special order items are subject to a 10% order cancellation fee. </font> </td> - <td width=40 ?> + <td width="40%"> X <hr noshade> </td> </tr> |