WebSite X5Help Center

 
Stephen L.
Stephen L.
User

Can anchors be placed in blog posts  en

Автор: 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?

Размещено
2 Ответы - 1 Корректно
Daniel W.
Daniel W.
User
Лучший пользователь месяца DEЛучший пользователь месяца 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.

-----

------

Читать больше
Размещено От Daniel W.
Daniel W.
Daniel W.
User
Лучший пользователь месяца DEЛучший пользователь месяца 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

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

Читать больше
Размещено От Daniel W.