sean088
07-21-2004, 11:44 PM
Hello, I'm trying to build some new navigation based on categories, and forums. I think if you see my html, you'll see what I want to accomplish:
<tr><td class="rootCategory"><a href="correct linking">Category 1</a></td></tr>
<tr>
<td class="subCategory">
<a href="correct linking">Forum 1</a><br>
<a href="correct linking">Forum 2</a><br>
<a href="correct linking">Forum 3</a><br>
</td>
</tr>And that will repeat for each category and it's forums. I only need to go as deep as shown, no need to show sub-sub-cats... I added an image attachment so you can see what I'm trying to accomplish.
I've looked around a bit, and I'm pretty much pulling my hair out right now (information overload I think). If someone could just get me started, that would be more than enough. :)
Thanks all!
-Sean
<tr><td class="rootCategory"><a href="correct linking">Category 1</a></td></tr>
<tr>
<td class="subCategory">
<a href="correct linking">Forum 1</a><br>
<a href="correct linking">Forum 2</a><br>
<a href="correct linking">Forum 3</a><br>
</td>
</tr>And that will repeat for each category and it's forums. I only need to go as deep as shown, no need to show sub-sub-cats... I added an image attachment so you can see what I'm trying to accomplish.
I've looked around a bit, and I'm pretty much pulling my hair out right now (information overload I think). If someone could just get me started, that would be more than enough. :)
Thanks all!
-Sean