How can I create a hyperlink at the start of a html content page to another part of the page?
Kim Hwee.S.136
Posts: 9 🌱
Hi,
Been searching for the answers here for an hour but couldn't find it.
How do I create a hyperlink at the start of a html content page to another part of the page?
Thanks!
Tagged:
Best Answer
-
Hello @Kim Hwee.S.136
Thank you for contacting us via Brightspace Community!
This requires some additional testing, may I suggest you to open a support ticket with us for us to further investigate this issue please?
Kind Regards,
Prithvi
Answers
-
@Kim Hwee.S.136 You'll need to add an id to the element that you want the link to go to further down the page. For example:
<h2 id="part2">Part 2</h2>
Then just use # and the id for the URL in the link.
<a href="#part2">Go to Part 2</a>
-
Prithvi.A.303 where can I open this ticket?
I'm an institution user of D2L.