My navbar links are not in my navbar template, they're in the header.
I have been trying to get this to work but the table rows and columns just won't let this format correctly.
My source is:
HTML Code:
<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td><a href="index.php"><img src="redbar/elements/logo.jpg" border="0"></a></td>
</tr>
<tr>
<td>
<br>
$header_advertisement
</td></tr>
<tr>
<td background="redbar/elements/catsub.jpg" height="24" class="menu">
<a href="index.php">Main</a>
<if condition="$show['member']">
<a href="usercp.php">User CP</a>
</if>
<if condition="$show['registerbutton']">
<a href="register.php">Register</a>
</if>
<a href="memberlist.php">Member List</a>
<a href="calendar.php">Calendar</a>
<a href="faq.php">FAQ</a>
<if condition="$show['member']">
<a href="search.php">Search</a>
</if>
<if condition="$show['member']">
<a href="login.php?$session[sessionurl]do=logout&logouthash=$bbuserinfo[logouthash]" onclick="return log_out()">Logout</a>
</if>
$custom_droplinks_cat
$custom_singlelinks
</td>
</tr>
$custom_droplinks
<tr>
<td width="655">
<!-- /logo -->
<!-- content table -->
$spacer_open
$leftcolumn_advertisement
$_phpinclude_output
As you can see I have the first two variables just after the login/logout link and the other is outside the table columns/rows.
I have tried to put the three lines ( $custom_singlelinks, $custom_droplinks_cat and $custom_droplinks ) everywhere I can think of but the formatting just isn't working.
Can someone give me a hand with this?
You can see what the above code is doing to the layout (as of 8/4/07) here:
http://www.criticalreactor.com/forums/index.php
Whoever can help me I would greatly appreciate it, I'm pulling my hair out in this