Can anchors be placed in blog posts 
Автор: Stephen L.
Просмотрено 92,
Подписчики 1,
Размещенный 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?
Размещено
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
-----------------------