So I rewrote the code for the site tree (sits in the box above the navbar).
Well I didn't like the look of it and I wanted it to stay horizontal as you clicked to different areas. I first wrote the code and then moved it to below the navbar itself. I am not a coder and have done what I can to learn the code but I am pretty sure I did it wrong--even though it does work.
Need some input.
PHP Code:
<!----start tree--->
<table cellpadding="1" cellspacing="10">
<td width="5%"><font size=3 color="black">
<strong><a href="$vboptions[forumhome].php$session[sessionurl_q]">
<strong>$vboptions[bbtitle]</strong></a></strong>
<strong>$navbits[breadcrumb]</strong>
<strong><font color="white">$navbits[lastelement]</font></strong></font></td></table>
<!--end tree-->