diff options
Diffstat (limited to 'templates/Estonian-purchase_order.html')
-rwxr-xr-x | templates/Estonian-purchase_order.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/templates/Estonian-purchase_order.html b/templates/Estonian-purchase_order.html index 3d6e710e..bb3e713b 100755 --- a/templates/Estonian-purchase_order.html +++ b/templates/Estonian-purchase_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>Kellele:</th> - <th align=left width=50 ?><font color=ffffff>Tarneaadress:</th> + <th align=left width="50%"><font color=ffffff>Kellele:</th> + <th align=left width="50%"><font color=ffffff>Tarneaadress:</th> </tr> <tr valign=top> @@ -114,7 +114,7 @@ <tr> <td> - <table width=100 ?> + <table width="100%"> <tr bgcolor=000000> <th align=right><font color=ffffff>AR.</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> <td>Notes</td> <td><?lsmb notes ?></td> @@ -222,11 +222,11 @@ <td> </td> <td> - <table width=100 ?> + <table width="100%"> <tr valign=top> - <td width=70 ?> </td> + <td width="70%"> </td> - <td width=30 ?> + <td width="30%"> X <hr noshade> </td> </tr> |