View Full Version : Box code
Xencored
08-23-2009, 10:16 AM
Am trying to add a box here with this init $vbtt_navbar_content3
My navbar is the default one and i cant workout where i need to add it to get it to show right here
103537
has anyone added anything here before if so care too share where you added it in the navbar template
Thanks
Xencored
08-24-2009, 06:22 AM
Bump anyone know i still cant find out where it could be
Thanks
Lynne
08-24-2009, 02:28 PM
I sounds like you just want to change the number of columns in the table. This would be the basic structure. You may have to play with the width and such.
<!-- breadcrumb, login, pm info -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="alt1" width="100%">
navbits stuff
</td>
<td class="alt1">
your stuff
</td>
<if condition="$show['member']">
<td class="alt2" nowrap="nowrap">
userinfo stuff
</td>
</if>
</tr>
</table>
<!-- / breadcrumb, login, pm info -->
Xencored
08-24-2009, 06:11 PM
I sounds like you just want to change the number of columns in the table. This would be the basic structure. You may have to play with the width and such.
<!-- breadcrumb, login, pm info -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="alt1" width="100%">
navbits stuff
</td>
<td class="alt1">
your stuff
</td>
<if condition="$show['member']">
<td class="alt2" nowrap="nowrap">
userinfo stuff
</td>
</if>
</tr>
</table>
<!-- / breadcrumb, login, pm info -->
Thank you that worked Great
Mike
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.