diff options
Diffstat (limited to 'templates/Italian-invoice.html')
-rwxr-xr-x | templates/Italian-invoice.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/Italian-invoice.html b/templates/Italian-invoice.html index bda65349..7271c095 100755 --- a/templates/Italian-invoice.html +++ b/templates/Italian-invoice.html @@ -1,12 +1,12 @@ <body bgcolor=ffffff> -<table width=100 ?> +<table width="100%"> <tr valign=bottom> <td width=10> </td> <td> - <table width=100 ?> + <table width="100%"> <tr> <td> <h4> @@ -58,7 +58,7 @@ <tr> <td> - <table width=100 ?> + <table width="100%"> <tr bgcolor=000000> <th align=left><font color=ffffff>Sede legale:</th> <th align=left><font color=ffffff>Inviare fattura a:</th> @@ -97,7 +97,7 @@ <tr> <td> - <table width=100 ?> + <table width="100%"> <tr bgcolor=000000> <!-- <th align=right><font color=ffffff>No.</th> --> <th align=left><font color=ffffff>Numero</th> @@ -175,7 +175,7 @@ to show the percentage for a discount use <?lsmb discountrate ?> <tr> <td> - <table width=100 ?> + <table width="100%"> <tr valign=top> <td>Note</td> <td><?lsmb notes ?></td> |