Page 1 of 1

Can I set up an ID on a page?

Posted: Tue Nov 21, 2017 4:57 pm
by Agalassi1792
Hi,

I'm having a lot of trouble setting up an internal page link using an ID... meaning that the idea is that someone clicks on a button/link and it scrolls them down the page to the section that has the id. We do this all the time in wordpress, and I believe I'm doing this the exact same way.

Let me know if you need more info or a better explanation on what i'm asking for. thanks.

Re: Can I set up an ID on a page?

Posted: Tue Nov 21, 2017 6:01 pm
by JohnB
I would recommend checking out the W3Schools guide on html links and scrolling down to the "Create a Bookmark" section.

If for some reason this method is not working for you, please let me know and I will look into it further.

Re: Can I set up an ID on a page?

Posted: Wed Nov 22, 2017 9:33 am
by Agalassi1792
Okay thanks.

I had the id listed after the URL of the page... which is how I do it in WP, so like www.website.com/about/#alex. By removing the link and keeping the ID (#alex) I was able to make the ID work. I had just never seen it work that way, not sure if it's a bootstrap thing or not, but thanks for the help.