cancel
Showing results for 
Search instead for 
Did you mean: 

[Bug][Anchor Tag]Navigate to a section of a page is not working anymore after new SCN migration

sharad_dixit3
Product and Topic Expert
Product and Topic Expert
0 Kudos
464

Hi Colleagues,

Before migration to new SCN community, In our blogs navigation to the section within the page was working but after migration, those links are not working anymore. Is new SCN don't support this functionality?

Earlier in HTML source code, I was doing like this

<code><h3 id="link"/> Header2 </h3>
<code><a href="#link"> Navigate to Header2 </a>

<br>

But his is no longer working.

Link to blog is here .

Regards
Sharad

View Entire Topic
Former Member
0 Kudos

Hello, Sharad.

I found this blog content from old SCN. It has link the following link:

<a name="BeforeInt"/>

But we don't see it on rendered blog page. I guess blogs system filtered this link during blogs migration, because it has no content.

Although, you can use such functionality for any of your posts it exactly the same way you mentioned above. And I think that such anchor links still exist for non-empty html tags.

Best regards,

Slava.

sharad_dixit3
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Slava,

Tried this on my blog and it is not working. Please check below blog.

https://blogs.sap.com/2016/08/05/blog-post-general-issue-with-integration/

You can refer hyperlinked "this" word in above blog. It is linked to line "Frequently Asked Questions:" but this is not working.

Regards
Sharad

sharad_dixit3
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Slava,

Tried this on my blog and it is not working. Please check below blog.

https://blogs.sap.com/2016/08/05/blog-post-general-issue-with-integration/

You can refer hyperlinked "this" word in above blog. It is linked to line "Frequently Asked Questions:" but this is not working.

Regards
Sharad

Former Member
0 Kudos

Hi Sharad.

You need to use href="#navi" to make it works. I changed it for you and it works now.

sharad_dixit3
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Slava,

My bad! This is exactly what I was looking for 🙂

Thanks a lot.

Regards
Sharad