Hi
I’ve read a few threads about anchors links but not sure how to get mine to work. On this page http://www.herbalhealinginc.ca/herbal-properties
in the two-column area I created text blocks within which I use named anchors to link to the alphabetical anchors. I would expect that if I select “M”, i would see the “M” at the top of my page with the listings following. However, I don’t, I have to cursor higher in the page to see the start of the “M” listings.
How can I get this to work?
Many thanks
Lyse
Hi tremblayly!
Thank you for using Enfold.
Try to use the id attribute instead of name.
<a name="HM"></a>
Relace it with:
<a id="HM"></a>
The anchor link should be:
<a href="#HM">HM</a>
Cheers!
Ismael
Hi Ismael,
Works like a charm!
Thanks for the great and efficient support!
Lyse