0
After i put in a href=" ", how do i put data on that page if i want it to not got to an external link? Mean go to a page within.
5 Respostas
+ 1
<a href="#myEl">Go to</a>
.......
<div id="myEl">Yuppy</div>
0
yes you can link to an ID in order to navigate to an tag within the site
0
I tried that on my most recent code and idk if I did something wrong or just don't understand
0
pixel strength You have to set the href attribute in the format #target_id where "target_id" is an existent element id in page
0
make Sure that your Site has enough height that you can recognize the Hyperlink