I just installed this on my dev board, and something you may want to consider -
In your template, you have:
Code:
<tr>
<td bgcolor="{ firstaltcolor }"><b>MSN ID:</b></td>
<td bgcolor="{ firstaltcolor }">$userinfo[msn]</td>
</tr>
Firstly, not everyone will have that hack installed, and secondly, it should be:
Code:
<tr>
<td bgcolor="{ [high]second[/high]altcolor }"><b>MSN ID:</b></td>
<td bgcolor="{ [high]second[/high]altcolor }">$userinfo[msn]</td>
</tr>
(remember to remove the spaces in { firstaltcolor } and { [high]second[/high]altcolor }
Satan