View Full Version : How do i fix the spacing?
DasCool
02-04-2007, 05:00 PM
--------------------------------------------------------------------------------
Under the Edit Avatar Option, there is a couple of more Cells but they are not showing. If you look at the pic i have a thin black line around what i mean if i click on that it gets me to the page. Thanks.
I don't know why it just doesnt expand. Thanks
Spiffware
02-04-2007, 05:02 PM
look for <br /> remove it thats what is causing the space.
DasCool
02-04-2007, 06:15 PM
look for <br /> remove it thats what is causing the space.
here is the code
<!-- / PAGENAV POPUP -->
</if>
<if condition="$show['popups'] AND $show['member']">
<div class="vbmenu_popup" id="usercpoptions_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr><td class="thead" align="$stylevar[left]"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_control_panel]</a></td></tr>
<if condition="$show['pmstats']"><tr><td class="vbmenu_option" align="$stylevar[left]"><a href="private.php$session[sessionurl_q]" rel="nofollow">$vbphrase[private_messages]</a></td></tr></if>
<tr><td class="vbmenu_option" align="$stylevar[left]"><a href="subscription.php$session[sessionurl_q]" rel="nofollow">$vbphrase[subscribed_threads]</a></td></tr>
<if condition="$show['siglink']"><tr><td class="vbmenu_option" align="$stylevar[left]"><a href="profile.php?$session[sessionurl]do=editsignature">$vbphrase[edit_signature]</a></td></tr></if>
<tr><td class="vbmenu_option" align="$stylevar[left]"><a href="profile.php?$session[sessionurl]do=editprofile">$vbphrase[edit_profile]</a></td></tr>
<tr><td class="vbmenu_option" align="$stylevar[left]"><a href="profile.php?$session[sessionurl]do=editoptions">$vbphrase[edit_options]</a></td></tr>
<tr><td class="vbmenu_option" align="$stylevar[left]"><a href="profile.php?$session[sessionurl]do=editavatar">$vbphrase[edit_avatar]</a></td></tr>
<tr><td class="vbmenu_option" align="$stylevar[left]"><a href="profile.php?$session[sessionurl]do=editpassword">$vbphrase[edit_pass]</a></td></tr> (THIS DOESNT SHOW)
<tr><td class="thead" align="$stylevar[left]">$vbphrase[miscellaneous]</a></td></tr>
<tr><td class="vbmenu_option" align="$stylevar[left]"><a href="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[my_profile]</a></td></tr>
<tr><td class="vbmenu_option"><a href="search.php?do=finduser&u=$bbuserinfo[userid]">View My Posts</a></td>
<tr><td class="vbmenu_option"><a href="search.php?do=process&showposts=0&starteronly=1&exactname=1&searchuser=$bbuserinfo[username]">View My Threads</a></td>
</tr>
</table>
</div>
</if>
<!-- / My Posts Menu -->
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.