where can i add the border around the navbar ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • b4ne
    Senior Member
    • Jun 2004
    • 140

    where can i add the border around the navbar ?

    please of you want to help me have a look at the url http://fuzzy.phpwebhosting.com/~b4ne...eld2_index.php

    The navbar has no border can somebody point me to the right document to place a border around the navbar ?

    Also could I ask you to also tell where i can change the fontsize of the navar eg: Arcade Main Forum etc ?

    Many Thanks
  • Jake Bunce
    Senior Member
    • Dec 2000
    • 46598
    • 3.6.x

    #2
    In your page source code I was able to fix the border problem by changing the cellspacing to 1, as is shown by the red code:

    Code:
    <!-- nav buttons bar -->
    <div align="center">
    	<table class="tborder" cellpadding="6" [color=red]cellspacing="1"[/color] border="0" width="100%" align="center" 
    
    style="border-top-width:0px">
    	<tr align="center">	
    		<td class="vbmenu_control"><a 
    
    href="http://fuzzy.phpwebhosting.com/~b4ne?"> Forums </a></td>
    
    <td class="vbmenu_control"><a href="arcade.php?">Arcade</a></td>
    <td class="vbmenu_control"><a href="http://fuzzy.phpwebhosting.com/~b4ne/sendmessage.php">Contact me</a></td>
    <td id="chat" class="vbmenu_control"><a href="#chat">Chat</a> <script type="text/javascript"> 
    
    vbmenu_register("chat"); 
    
    </script></td> 
    <td id="shop" class="vbmenu_control"><a href="#shop">Point Shop</a><script type="text/javascript"> 
    
    vbmenu_register("shop");</script></td>
    
    
    <td id="navjump" class="vbmenu_control"><a href="#navjump">Forum Jump</a> <script type="text/javascript"> 
    
    vbmenu_register("navjump"); </script></td>
    
    		
    
    	</tr>
    	</table>
    </div>
    <!-- / nav buttons bar -->
    Make this same change in your templates. This code should be in the navbar template.

    The font style of those links is controlled by the vbmenu_control class in your:

    Admin CP -> Styles & Templates -> Style Manager -> Main CSS (in the menu)

    Scroll down to where it says Popup Menu Controls. Edit the class.

    Comment

    widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
    Working...