Hi there :-)
I have a question: Is it possible to link text in a tab to another tab in the tab section?
For example a button in tab 1 with: ‘Click here to go to Tab 2’
I have tabs with a large amount of content, so I want a button at the end of it. But I cannot manage it…
Hope you can help me!
Hey JoStudioDeRijp,
Thank you for the inquiry.
Yes, you can use anchors to open a tab from another tab. Example:
<a href="http://site.com/sample-page/#tab-id-1"> Open Tab 1</a>
The link above should open the first tab.
Best regards,
Ismael
Hi,
Thank you for your patience and for the login, I adjusted your button link to the next tab and it seems to work correctly now. Please clear your browser cache and check.
The difference is that your link was pointing to #tab-id-3 which would have been ok if your tabs had not been named, but since your tabs have been named we need to use that name as the anchor, so in this example, it is #beleefbaar-landschap.
Best regards,
Mike