Good Afternoon Team Stackideas.
Question:
I am attempting to implement an outline at the top of the blogs; then have it directed to sections within the posts.
Any ideas on how I can do this?
You know it usually goes something like this;
Use the #id selector
<p id="opening">Hyperlinks are utilized by a web browser to move from one page to another...</p>
Create a link to the selector
<a href="#opening">Take me to the opening paragraph.</a>
Question:
I am attempting to implement an outline at the top of the blogs; then have it directed to sections within the posts.
Any ideas on how I can do this?
You know it usually goes something like this;
Use the #id selector
<p id="opening">Hyperlinks are utilized by a web browser to move from one page to another...</p>
Create a link to the selector
<a href="#opening">Take me to the opening paragraph.</a>