Jump links to another page and return back to the first page anchors successfully

I have made a one page website with their jump links using id attribute (#). These jump links are provided in the navigation bar (header navigation menu).

Now, we want to add another page, but the problem is that when we are on this new page, the anchors (jump links) of the first page don’t work. The only solution is to click the home URL to return to the first page of the website.Is there any other solution?

2 Answers
2

You can use it like this http://wwww.yoursite.com/#anchor from another page.

Leave a Comment