I would like the tabs to list my forum categories where, by clicking on a category tab, the browser will remain on the same page but scroll down to that category. In the Forum Manager I can rename the category to:
<a name="anchor">Category Name</a>
and then define the tab link as
<a href="#anchor"><span>Category Name</span></a>
However, when I click on the Category Name, it no longer displays a new page showing only forums in that category. I think I'm nesting a named anchor link inside of the category link which overrides the category link.
Does anyone know how to get around this? Or what template is adding the link for the category.
--Robert