I have a book mark set up like this:
My first <a href> displays the category names at the top, hyperlinked to the bookmark I have set below. The bookmark just displays as text...and below them are data pertaining to that category. Now I want the bookmark to be hyperlinked to another page, but I already have it wrapped in a <a href> to reference the hyperlink above.
Do I put in another <a href> around the one I already have to hyperlink the category names?
Code:
<a href="###GetCat.CatID#"><h3>#GetCat.CategoryName#</h3></a
..
..
..
<cfoutput>
<a name="#GetCat.CatID#"><h2>#GetCat.CategoryName#</h2><br></a>
</cfoutput>
My first <a href> displays the category names at the top, hyperlinked to the bookmark I have set below. The bookmark just displays as text...and below them are data pertaining to that category. Now I want the bookmark to be hyperlinked to another page, but I already have it wrapped in a <a href> to reference the hyperlink above.
Do I put in another <a href> around the one I already have to hyperlink the category names?