Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #418723

    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

    #419252

    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

    #419294

    Hi Ismael,
    Works like a charm!
    Thanks for the great and efficient support!
    Lyse

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Anchor links not positioning as expected on page’ is closed to new replies.