WebSite X5Help Center

 
Stephen L.
Stephen L.
User

Can anchors be placed in blog posts  en

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
3 ANSWERS
Daniel W.
Daniel W.
User
Best User of the month DEBest User of the month EN

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.

-----

------

Read more
Posted on the from Daniel W.
Daniel W.
Daniel W.
User
Best User of the month DEBest User of the month EN

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

-----------------------

Read more
Posted on the from Daniel W.
Stephen L.
Stephen L.
User
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?

Read more
Posted on the from Stephen L.