I want to create a hyperlink that will go to a specific sentence on the same page.
On the text editor you can create a hyperlink to a spefic sentence on the page by using the html tag. Sentence text here tag must be the same as what's after the # in the hyperlink tag
For exmaple
< a href = " #sentence ">Text goes here < / a>
Then on the sentence you can use this
Note: whatever you give the id of the
P.S I had to put spaces in the hyperlink tag so it would show. Just delete these spaces when copying into your site
Hope this helps
Just ask the question in the query bar at the top of the page. I can't explain it myself, but there are blogs and trainings available in the archives.
See more comments
How do I create a hyperlink on the same page?
I want to create a hyperlink that will go to a specific sentence on the same page.
On the text editor you can create a hyperlink to a spefic sentence on the page by using the html tag. Sentence text here tag must be the same as what's after the # in the hyperlink tag
For exmaple
< a href = " #sentence ">Text goes here < / a>
Then on the sentence you can use this
Note: whatever you give the id of the
P.S I had to put spaces in the hyperlink tag so it would show. Just delete these spaces when copying into your site
Hope this helps
Just ask the question in the query bar at the top of the page. I can't explain it myself, but there are blogs and trainings available in the archives.
See more comments
The process is explained here. How to create a link within the same page
Thanks, Mike that was what I needed.