diff options
Diffstat (limited to 'templates/demo/sales_quotation.html')
-rw-r--r-- | templates/demo/sales_quotation.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/templates/demo/sales_quotation.html b/templates/demo/sales_quotation.html index b94f793d..7e4ac121 100644 --- a/templates/demo/sales_quotation.html +++ b/templates/demo/sales_quotation.html @@ -1,7 +1,7 @@ <body bgcolor=ffffff> -<table width=100 ?> +<table width="100%"> <?lsmb include letterhead.html ?> @@ -17,7 +17,7 @@ <td> </td> <td> - <table width=100 ?> + <table width="100%"> <tr valign=top> <td><?lsmb name ?> @@ -87,7 +87,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> @@ -162,7 +162,7 @@ <td> </td> <td> - <table width=100 ?> + <table width="100%"> <tr valign=top> <?lsmb if notes ?> <td>Notes</td> @@ -180,13 +180,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% cancellation fee. </font> </td> - <td width=40 ?> + <td width="40%"> X <hr noshade> </td> </tr> |