PDA

View Full Version : How Can I Edit Existing Nav Bar Template


lsmba
03-18-2005, 07:19 PM
I need to edit forum nav bar template so it will show an additional nav bar below the main.

This site has the 2 nav bar setup I need...http://forum.rscnet.org...(but not my site)...just visual explanation. Can someone help me out?

Thanks all,

lsmba

noppid
03-18-2005, 08:54 PM
in navbar template

Add Before


</div>
<!-- / nav buttons bar -->


add and fill out...


<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:1px;border-bottom-width:1px">
<tr align="center">
<td class="vbmenu_control">
<a href="$vboptions[bburl]/">link</a>
</td>
<td class="vbmenu_control">
<a href="$vboptions[bburl]/">link</a>
</td>
<td class="vbmenu_control">
<a href="$vboptions[bburl]/">link</a>
</td>
<td class="vbmenu_control">
<a href="$vboptions[bburl]/">link</a>
</td>
<td class="vbmenu_control">
<a href="$vboptions[bburl]/">link</a>
</td>
</tr>
</table>



use style="border-top-width:1px;border-bottom-width:1px" to control the borders like this example... http://www.riderinfo.com