PDA

View Full Version : Forum tree code question


CrashfAB
11-26-2010, 03:09 AM
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.

<!----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-->

DataHero
11-26-2010, 06:40 AM
I've simply copy-pasted your code onto a test variant of the style I'm using, and it seems fine, uness you meant that the image to the left is pushing the text down a bit. If that's not what you mean, could you please explain precisely?

See attachment.