set up link to info on same page
-
Hi there! I’m trying to find out if there’s a way to set up a link so that it will drop down to information somewhere else on the same page… I don’t know what it’s called, but you often run into that system on FAQ pages. That way I can keep a lot of info on one page, but the reader won’t have to scroll around looking for the topic.
The blog I need help with is: (visible only to logged in users)
-
Yup, you can do it by using links that point to IDs.
It’s a little hard to place code here without it being overwhelming/cluttered, so check out this test page: http://codepen.io/senff/pen/gAohJ
If you look at the HTML code, you’ll see that the target of each
(in this case, “question1”, “question2”, etc.) is related to the ID of the point where you want to jump to (in this case, H2 title with corresponding IDs). -
- The topic ‘set up link to info on same page’ is closed to new replies.