Can a TAB link scroll to a page section ID?

  1. Click on the “page” button,next to the webflow logo on the top left menu.

  2. Hover your mouse on the page where you have your tablinks, click on the “Edit page details”, this is the settings icon.

  3. Roll your mouse to the last menu , “before tag”.

  4. You need to add a java script code that goes like this:

<script?
$(document).ready(function() {

$(“#TabLinkID”).attr(“href”,“LinkToAdd”);

$(“#AnotherTabLinkID”).attr(“href”, “AnotherLinkToAdd”);

});

PS: basically if you have the script and the document ready lines add the middle two line on your code.

Guys this is the first time i contribute any suggestions are welcome.

Cheers