Hi Mark
Another great style.
How do I add links to Navbar template.
I normally look for
Code:
<!-- / breadcrumb, login, pm info -->
<!-- nav buttons bar -->
<div class="tborder" style="padding:$stylevar[cellspacing]px; border-top-width:0px">
<table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
<tr align="center">
And add after
Code:
<td class="vbmenu_control"><a href="link.php">Link1</a></td>
<td class="vbmenu_control"><a href="link.php">Link2</a></td>
<td class="vbmenu_control"><a href="link.php">Link3</a></td>
<td class="vbmenu_control"><a href="link.php">Link4</a></td>
etc etc
But your navbar template is different, which has thrown me.
Also, I have done the 100% width for fluid pages, but the navbar needs to be 100% aswell. So I need to alter the code that calls
redbar/elements/catsub.jpg etc. to stretch navbar across the page.
Any help appreciated.