EDIT : Minor Modifications
Wierd
I think I found another bug in vBulletin, it changes first alt color with brackets to some wierd color.
Anyways
Code:
<tr>
<td bgcolor="{ firstaltcolor }"><normalfont><b>Words to Censor in a
Thread :</b></normalfont><br>
<smallfont>Words you don't want to view, seperate them by spaces.</smallfont></td>
<td bgcolor="{ secondaltcolor }">
<input type="text" name="censorlist" size="30" maxlength="250" class="bginput" value="$censorlist">
</td>
</tr>
Notice the spaces between the brackets and firstalt and secondalt color, you should delete the spaces after copying and pasting. For some odd reason vBulletin wants to convery { firstaltcolor } typed like #13486D to whatever color it is on the board it's being posted on.