My code :
Code:
<!-- ############## BLOC NOTES ############## -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
<tr>
<td class="tcat" colspan="7">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('usercp_blocnotes')"><img id="collapseimg_usercp_blocnotes" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_usercp_blocnotes].gif" alt="" border="0" /></a>
Notepad
</td>
</tr>
</thead>
<tbody id="collapseobj_usercp_blocnotes" style="$vbcollapse[collapseobj_usercp_blocnotes]">
<tr class="thead">
<td class="alt1">
<form action="profile.php" method="POST">
<input type="hidden" name="userid" value="$bbuserinfo[userid]" />
<input type="hidden" name="do" value="pnotes" />
<p align="center">
<textarea name="pnotes" rows="7" style="font-family:'courier new'" cols="80">$persnotes</textarea><br />
<input type="submit" value="Save" />
</p>
</form>
</td>
</tr>
</tbody>
</table>
<br />
<!-- ############## END BLOC NOTES ############## -->