I have added a 2nd Nav Bar using the folloing code..
What I am trying to do is change the color of this 2nd Nav Bar so that it sticks out a little from the other one.
Any ideas?
Matt
Code:
<!-- second nav button row --> <div align="center"> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px"> <tr align="center"> <td class="vbmenu_control"><a href="URL">LINKED TEXT</a></td> </tr> </table> </div> <!-- / second nav button row -->
Any ideas?
Matt
Comment