Here is the code from mine
<tr>
<td bgcolor="{secondaltcolor}"><normalfont><b>Receive Community Bulletin Email?</b></normalfont><br>
<smallfont>If yes, which type would you like to receive?</smallfont></td>
<td bgcolor="{secondaltcolor}"><normalfont>
<input type="radio" name="receivebulletin" value="yes"$receivebulletinchecked> yes
<input type="radio" name="receivebulletin" value="no"$receivebulletinnotchecked> no
<br>
<input type="radio" name="receivebulletin_type" value="yes"$receivebulletin_typechecked> html
<input type="radio" name="receivebulletin_type" value="no"$receivebulletin_typenotchecked> text
</normalfont></td>
</tr>
$stylecell
<tr>
<td bgcolor="{secondaltcolor}" align="center" width="85%"><normalfont><b>Signature Image</b></normalfont><br><smallfont>(<a href="misc.php?s=$session[sessionhash]&action=showsignatures" target="_blank">More Info</a>)</smallfont><p>
<normalfont><img src="$bbuserinfo[signatureurl]" border="0" alt="Your current signature image" align="middle"> <input type="image" src="{imagesfolder}/clear.gif" alt="" border=""><p><input type="submit" class="bginput" name="modifysignature" value="Change Signature"></normalfont></td>
|