Quote:
Originally Posted by attroll
It looks like something in the navbar2 template got changed and or a table is not getting closed that is open in the navbar2 template. If you want to send me the template I will look at it and see if I can find the problem.
|
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 -->