What is the best way to center the $forumjump menu in our styles? It seems to only want to go align left or align right...
Thanks.

Thanks.
This section is an archive with no posting allowed. The software represented in this forum is no longer supported or updated. If you need help upgrading to a newer version of vBulletin please open a support ticket. You can also post in the section supporting the upgrade version you're planning to use.
We are sorry for any inconvenience this may cause.
Welcome to the vBulletin support forums! In our community forums you can receive professional support and assistance with any issues you might have with your vBulletin Products.
Useful Links for Guests:
If you are having problems posting in the relevant areas for your software, please see this topic.
<div class="smallfont" style="[color=red]text-align:$stylevar[left];[/color] white-space:nowrap"> <form action="forumdisplay.php" method="get"> <input type="hidden" name="s" value="$session[sessionhash]" /> <input type="hidden" name="daysprune" value="$daysprune" /> <strong>$vbphrase[forum_jump]</strong><br /> <select name="f" onchange="this.form.submit();"> <optgroup label="$vbphrase[site_areas]"> <option value="cp" $frmjmpsel[usercp]>$vbphrase[user_control_panel]</option> <option value="pm" $frmjmpsel[pm]>$vbphrase[private_messages]</option> <option value="subs" $frmjmpsel[subs]>$vbphrase[subscriptions]</option> <option value="wol" $frmjmpsel[wol]>$vbphrase[whos_online]</option> <option value="search" $frmjmpsel[search]>$vbphrase[search_forums]</option> <option value="home" $frmjmpsel[home]>$vbphrase[forums_home]</option> </optgroup> <optgroup label="$vbphrase[forums]"> $jumpforumbits </optgroup> </select>$gobutton </form> </div>
<table cellpadding="0" cellspacing="0" border="0" width="100%"> <tr> [color=red]<td width="100%"> </td>[/color] <td align=""><div align="center" class="smallfont" style="text-align:; white-space:nowrap"> <form action="forumdisplay.php" method="get"> <input type="hidden" name="s" value="" /> <input type="hidden" name="daysprune" value="" /> <strong>Forum Jump</strong><br /> <select name="f" onchange="this.form.submit();"> <optgroup label="Site Areas"> <option value="cp" class="fjsel" selected="selected">User Control Panel</option> <option value="pm" >Private Messages</option> <option value="subs" >Subscriptions</option> <option value="wol" >Who's Online</option> <option value="search" >Search I.N.I.</option> <option value="home" >Forums Home</option> </optgroup>
Comment