you have a slip-up in the code
instead of
Quote:
<td class="rpg2" nowrap="nowrap" ><img alt="$post[username]'s XP" src="images/bar/bxg.gif" width="$ep%" height="8" /><img alt="$post[username]'s XP" src="images/bar/bxb.gif" width="1" height="8" /></td>
|
it should be
Quote:
<td class="rpg2" nowrap="nowrap" ><img alt="$post[username]'s XP" src="images/rpg/bxg.gif" width="$ep%" height="8" /><img alt="$post[username]'s XP" src="images/rpg/bxb.gif" width="1" height="8" /></td>
|