I been trying to sort out the new look option but it all mest up
Code:
<td> <table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%">
<tr align="center">
<td class="thead">Game</td><td class="thead">Champion</td><td class="thead">Personal Best</td><td class="thead">Description</td>
</tr>
<tr align="center">
<td colspan="18" class="thead">total games: $gamecount </td>
</tr>
$gamebits
<tr align="center">
<td class="thead" colspan="18" align="center">
</table>
</tr>
</tr>
</table>
<!-- /games -->
<br />
$pagenav
I allso set the $perpage = 18; to 18 as you can see can anyone help fix this???