Just what I was looking for, thank you.
Another mod to add, if you want the box to be the same width as the forum, try this...
Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
...instead of...
Code:
<table class="tborder" cellpadding="0px" cellspacing="1" border="0" width="468px" <td align="center">
Thanks
Glen