I went back into my control panel and viewed the source of vbG options page, and here is what I saw in the code for the "blank" area...
Code:
<td class="optiontitle" title="$vboptions['vbgpopups']" colspan="2"><div><a name="vbgpopups"></a></div></td>
</tr>
<tr valign="top">
<td class="alt1"><div class="smallfont" title="$vboptions['vbgpopups']"></div></td>
<td class="alt1"><span style="white-space:nowrap">
<label for="rb_1_setting[vbgpopups]"><input type="radio" name="setting[vbgpopups]" id="rb_1_setting[vbgpopups]" value="1" tabindex="1" />Yes</label>
<label for="rb_0_setting[vbgpopups]"><input type="radio" name="setting[vbgpopups]" id="rb_0_setting[vbgpopups]" value="0" tabindex="1" checked="checked" />No</label>
</span></td>
My memory is either failing me or I never saw that before...what is it?
[EDIT: just saw your previous post...BRB!

)