Can anchors be placed in blog posts 
Author: Stephen L.
Visited 168,
Followers 1,
Shared 0
I often want to send people to a specific area within a long blog post. Is that possible via anchors or some other means?
Posted on the
1. In the blog module, open the blog post and click "Content", then click the HTML icon so it has a blue border.
2. Now paste the HTML code for an anchor into the text field.
3. At the link to the blog post, add the # and the anchor name.
-----
------
A) HTML code - example:
<h3 id="anchor123">Anchor name 123</h3>
B) Blogpost adress with anchor - example:
www.mywebsite.com/blog/index.php?blog-post-ABC#anchor123
-----------------------
Author
Daniel, I tried your solution I couldn't get it to work for what I wanted to accomplish. I want to place a link/anchor to specific text within post itself. When I try to place the anchor via A) above, the ID and the name both are visible in the text. What am I missing?