Anchor to another page
Hi there,
I'm trying to create an anchor/bookmark to another page.
On the target page I've created this: <h3 id="verhuizen">Intern verhuizen</h3>
On the homepage I've created this: <a href="/bouwsupport#verhuizen/">Verhuizen</a>
But when I click the link it wil go to the page but not to the bookmark. In the address I see that it changes to /bouwsupport/#verhuizen/
So it adds another slash in between the page title and the hashtag.
How do I solve this?
Thanks,
Bertus
Comments
the slash is not important, it works with or without it. Make sure that the custom link has the class="scroll" and that the page option is set to "one-page". Just edit the page and enable this option in page options.
thanks