Quote:
Originally Posted by RixiuS
All you have to do is make another table after the header, and put the forumbits in one column and the stuff you want added on the right:
Code:
<table>
<tr>
<td>
$forumbits
</td>
<td>
Stuff you want on the right
</td>
</tr>
</table>
|
This is to create the "right" column of the board?
If yes, I been looking for such template modification.