By Ulysses Gonzalez on Thursday, 30 May 2019
Posted in General Issues
Replies 4
Likes 0
Views 680
Votes 0
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>
Hi Ulysses,

I'm not sure whether you are referring to placing a 'table of contents' 'outside' of blog post or within the post, but the html format you provided is correct. You may refer to this link for more info: https://html.com/anchors-links/

I have also attach a sample content below.
·
Friday, 31 May 2019 10:52
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks, Raymond-
For inside the post; exactly like the sample you have sent over.
Unfortunately, there's not an easier way to do this except punching in html code in a custom block, heh?
·
Friday, 31 May 2019 11:13
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Ulysses,
Unfortunately, there's not an easier way to do this except punching in html code in a custom block, heh?
For the built-in composer, yes there's no easier way than to use the html block and manually add the codes.
·
Friday, 31 May 2019 11:47
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post