To get back to one of your other styles I have released this:
quickstyle chooser at top of forum click here
here is the code:
at top of header add this:
PHP Code:
<!-- Start Quick Style Chooser -->
<tr>
<if condition="$show['quickchooser']">
<td class="tfoot">
<select name="styleid" onchange="switch_id(this, 'style')">
<optgroup label="$vbphrase[quick_style_chooser]">
$quickchooserbits
</optgroup>
</select>
<b><i>Quick Style Chooser</b></i>
</td>
</if>
<!-- End Quick Style Chooser -->
I adapted from my regular release to take the cell/table out for this style...