PDA

View Full Version : Bottom bar not spaning the entire window


exilera
01-25-2006, 03:58 PM
Please check the attached .gif. The bottom bar is not spanning the entire window. Would anyone happen to know how to correct this?

Edit:

Would this code be the culprit, in the 'memberlist' template?

<td class="tfoot" colspan="$totalcols" align="$stylevar[right]">
<span class="smallfont">
<if condition="$show['usergroup']">
<input type="submit" class="button" value="$vbphrase[remove_selected_users]" />
<else />
<phrase 1="$first" 2="$last" 3="$totalusers">$vbphrase[showing_results_x_to_y_of_z]</phrase>

bcmedia
01-25-2006, 04:15 PM
quick fix is to change

<td class="tfoot" colspan="$totalcols" align="$stylevar[right]">

to

<td class="tfoot" colspan="5" align="$stylevar[right]">

it looks like the extra iTrader column shifted things.. possibly a bug with itrader, but I'm not sure.

Developer
01-25-2006, 04:17 PM
This Cuases as a result of installing i trader hack check the original thread for
memberlist template edit
Edit:
Deleted | Reason: Posted During bcmedia Post