How do one implement a "named anchor" in coldfusion to make sort of an index for a page.
I know you need this:
<a href="#YourFirstIndex">First Index</a>
.
.
.
First Index <a name="YourFirstIndex"></a>
I am using a variable, instead of 'YourFirstIndex' constant.
How do I use it in the <a href> tag without it breaking.
Thx,
Z
I know you need this:
<a href="#YourFirstIndex">First Index</a>
.
.
.
First Index <a name="YourFirstIndex"></a>
I am using a variable, instead of 'YourFirstIndex' constant.
How do I use it in the <a href> tag without it breaking.
Thx,
Z