I hope you don't mind that I peeked at your source to see how you did this. This is the part that interests me:
[] <span class="main-index">
<table width="100%" align="center" cellpadding="1" cellspacing="1" class="tablesurround">
<tr>
<td>
<table cellpadding="2" cellspacing="1" width="100%" class="tableborders">
<tr>
<td align="left" valign="middle" class="menubar">
Welcome donJulio.
[<a href ="
http://www.ubbdesign.com/forums/logout.php?Cat=" >Logout</a>]
·
<a href="
http://www.ubbdesign.com/forums/login.php?Cat=&myhome=1">Profile</a></td>
<td align="center" class="menubar">
<a href ="
http://www.ubbdesign.com/forums/findex.php/Cat/" >Entrance</a>
·
<a href ="
http://www.ubbdesign.com/forums/categories.php/Cat/" >Forums</a>
·
<a href ="
http://www.ubbdesign.com/forums/search.php?Cat=">Search</a> ·
<a href ="
http://www.ubbdesign.com/forums/online.php?Cat=">Online</a> ·
<a href ="
http://www.ubbdesign.com/forums/faq.php?Cat=">FAQ</a> ·
<a href="http://www.ubbdesign.com/forums/dosearch.php?Cat=&Forum=All_Forums&Words=&daterange=1&newertype=d&newerval=1&Limit=25&topic=1&fromsearch=1">
Active Topics
</a>
·
<a href ="
http://www.ubbdesign.com/forums/calendar.php?Cat=">Calendar</a>·
<a href="http://www.ubbdesign.com/forums/chat.php?Cat=" >Chatroom</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
<br />
</span><style type="text/css">
.main-index {
display: none;
}
</style> [/]
Clearly the style tag at the end is all important, as well as the span tag that contains all the html for the menu bar. What I'm confused on is that if you added that span tag to your ubbt_registerednav.tmpl, then the menu bar wouldn't appear on any page at all.
Does your page call a different ubbt_registerednav.tmpl type file?