href anchor link NOT extending URL path with #
-
Hello,
I created anchor links using href for the bulleted header items in the webpage I’m working on. The links work fine, when clicked, they advance the page to the proper anchor point. No issue there. The problem is that the URL path is unchanged after clicking a link.
So for example, after clicking the link, I would expect the URL path to change to:
wwww.example.com/article#anchor
but instead, even after the page advances to the anchor point, it still reads:
wwww.example.com/article
Is there a reason for this? I would prefer to have the #anchor portion included in the URL. I also used href anchor links for a table I created with a plugin within the same page and those links work properly, including the #anchor in the URL. I don’t understand why they are functioning differently.
Any insight would be greatly appreciated. Just FYI that I am not very experienced with coding. Still learning.
Thanks,
Megan
- The topic ‘href anchor link NOT extending URL path with #’ is closed to new replies.