CFM Anchor link that links to a separate page
Hello,
I'm trying to use the same method that I would typically used to create a anchor text in ColdFusion that I would do using HTML. I knew to use ## in ColdFusion but the link pointing to the anchor is giving me a 404.
<a href="mylink"> Skip </a> -- This links returns a 404
<a name="##mylink"> </a>
How do I create an anchor link that will point to a particular section on a new page?
I'm trying to create a "Jump to Content" or "Skip Block Content" on my page and figured using an anchor link would be the best solution.
Thanks.
