diff options
Diffstat (limited to 'templates/Default-work_order.html')
-rwxr-xr-x | templates/Default-work_order.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/Default-work_order.html b/templates/Default-work_order.html index b0c4ee49..b0f359da 100755 --- a/templates/Default-work_order.html +++ b/templates/Default-work_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> |