I'm using hyperlinks to jump the page as well as shift page on my webpage.
I'm having difficulty getting my hyperlinks to work. I can't figure out why.
I use the following code to shift page
<a href="secondpage.html">secondpage</a>
and the following code to jump page
<a href="#!">jumppagedownwards</a>
(further down the page)
<a href="!"></a>
How do I combine my jumppage and my shift page in one hyperlink?
I tried the followingcode:
<a href="secondpage.html#!">secondpagefurtherdown</a>
For some reason it was working on some links and others it only shift page without jumping.
Is there a better way to write the link?
Start here...
` and have ` – mplungjan Jul 04 '18 at 12:07