diff options
Diffstat (limited to 'templates/demo/bin_list.html')
-rw-r--r-- | templates/demo/bin_list.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/demo/bin_list.html b/templates/demo/bin_list.html index 543dc8dd..3a14e7d9 100644 --- a/templates/demo/bin_list.html +++ b/templates/demo/bin_list.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% cellspacing=0 cellpadding=0> <tr bgcolor=000000> - <th align=left width=50 ?><font color=ffffff>From</th> - <th align=left width=50 ?><font color=ffffff>Ship To</th> + <th align=left width="50%"><font color=ffffff>From</th> + <th align=left width="50%"><font color=ffffff>Ship To</th> </tr> <tr valign=top> @@ -135,7 +135,7 @@ <td> </td> <td> - <table width=100 ?> + <table width="100%"> <tr bgcolor=000000> <th align=left><font color=ffffff>Item</th> <th align=left><font color=ffffff>Number</th> |