Anchors don't work (anymore)

Hello.

I have some pages with anchors in 'm but they don’t work. They did before I started making changes to the design.

I can’t figure out what is going wrong. On an other page (that I haven’t changed yet) they work fine.

The page where they do work: https://www.isnogleuker.nl/ict-diensten/

The pages where they don’t work: https://www.isnogleuker.nl/ and https://www.isnogleuker.nl/ict-oplossingen/

Hope someone can help me.

Regards Karin

Hey Karin,

Thanks for writing in!

Please be informed that adding a relative url like “#example-link” will only work within a page. If you want your link to work sitewide, you will have to use absolute url such as "http://example.com/#example-link".

And please make sure that there is only ONE unique ID on the page. In your case, you have used id="systeembeheer" more than once. Keep in mind that an ID is unique and must have no duplicates.

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.