attroll |
05-01-2005 06:44 PM |
Quote:
Originally Posted by mholtum
Code:
<!-- nav buttons bar -->
<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">< -- is this the issue?
<!-- Non drop down menu's in navbar -->
<td class="vbmenu_control"><a href="$vboptions[bburl]/showgroups.php">Staff</a></td>
<td class="vbmenu_control"><a href="$vboptions[bburl]/affiliate.php">Affiliates</a></td>
<td class="vbmenu_control"><a href="$vboptions[bburl]/article.php?$session[sessionurl]">Articles</a></td>
<td class="vbmenu_control"><a href="$vboptions[bburl]/arcade.php?$session[sessionurl]">Arcade</a></td>
<td class="vbmenu_control"><a href="$vboptions[bburl]/donationstotal.php?$session[sessionurl]">Donations</a></td>
<td class="vbmenu_control"><a href="http://www.ravensrealm.net/index.php?page=chat">Chat</a></td>
<td class="vbmenu_control"><a href="/forum/helpdesk.php?$session[sessionurl]">$vbphrase[helpdesk]</a></td>
<!-- / Non drop down menu's in navbar -->
|
I took your exact code that you posted and cut and pasted it in my test site and it worked for me. I will leave your code in there until you see it. The problem has to be somewhere else. Because it works for me.
Here is my test site. You can look at it here: http://www.athiker.net/forum/index.php?
The problem may remain with the rest of the code in your navbar2 template. Can you send me the whole navbar2 template or post it. If that is the whole navbar2 template that you posted then it is most likely a problem in the stock narbar template. If that it the case send me or post you stock navbar template.
|