Quote:
Originally Posted by RobDog888
I believe it may be because of the space in your links text. Try renaming it to "Members" or such and see if it works.
|
Thanks for the reply. I did this before on a previous forum and it worked fine to have the Members Menu title with membersmenu as the id.
Quote:
Originally Posted by nerbert
I would try this:
Locate this code halfway down:
Code:
<if condition="$show['popups']">
<div class="vbmenu_popup" id="membermenu_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr><td class="thead">Member Menu</td></tr>
<tr>
<td class="vbmenu_option" title="nohilite"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a>
</td>
</tr>
</table>
</div>
<!-- NAVBAR POPUP MENUS -->
and insert align="center" in the table line after border="0"
|
It didn't work.

If I do that, it stretches the table out to the right side of the page and creates a ton of white space - see attached screen shot.
Thanks for the suggestions guys!