Installed and modified.
This is actually as close to an exact copy as I could make of the "fieldset" used in the MEMBERINFO template:
Code:
<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0"><tr><td><fieldset class="fieldset"><legend>{option}</legend><table cellpadding="0" cellspacing="3" border="0"><tr><td>{param}</td></tr></table></fieldset></td></tr></table>
Of course, you can paste the following to include the optional step (don't forget to modify the CSS properties in your specific style):
Code:
<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0"><tr><td><fieldset class="bbfieldset"><legend class="bblegend">{option}</legend><table cellpadding="0" cellspacing="3" border="0"><tr><td>{param}</td></tr></table></fieldset></td></tr></table>
The [FIELDSET] BB Code can still be centered by using the [CENTER] BB Code, so there was no need for me to keep
align="center". I removed the
width="90%" from the code as well because with my version, it will just have the spacing outside of what the {param} is. IMO, this is a better code as it retains much of the vB code for a fieldset. Enjoy!