Announcement

Collapse
No announcement yet.

Anchor Tag Link Not Working

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Anchor Tag Link Not Working

    We previously had two pages:
    Our Guarantee
    Warranties, Exchanges & Returns

    And, each of these had links in the footer of our site.

    We combined these two pages into one page. We still have 2 links in the footer, but I want the Warranties, Exchanges & Returns link to jump halfway down the page to the relevant section.

    I added an ID in the code:
    <h3><div id=“g1”>Warranties, Exchanges & Returns</div></h3>

    But, when I set the link in our footer it doesn't seem to be jumping down the page to the anchor I set.
    I've got the Link set to URL and with this value: https://lynchnw.mivatest.com/warrant...ges-returns#g1

    Any suggestions on why this isn't working?
    Thank you!
    Mark


    #2
    Try this instead:

    ​​​​​​<h3><a name="g1"></a>Warranties, Exchanges & Returns</h3>
    Leslie Kirk
    Miva Certified Developer
    Miva Merchant Specialist since 1997
    Previously of Webs Your Way
    (aka Leslie Nord leslienord)

    Email me: [email protected]
    www.lesliekirk.com

    Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

    Comment


      #3
      Thank you, Leslie!! That worked perfectly. :)
      1f3c6.png

      Comment

      Working...
      X