Navigation PageBuilder with Link to Section on Landing Page

Options
Our navigation panel with four options.  Three of the options correspond with Page Builders.  The fourth would normally link the user to the registration screen, however, we would like the user to go through a specific portal on the landing page. Is it possible, to link a option on the navigation panel to a specific section on the landing page. 
Tagged:

Comments

  • Hey Austen,


    So you have a page and your nav has four options. 3 options lead to page and the last option you want to stay on that page but get to a specific part of the page. Is that right?


    You could use an anchor name:
    https://www.w3schools.com/tags/att_a_name.asp


    News to me, this is deprecated in HTML5, so if you are using that, you can use an attribute id(bookmark):
    https://www.w3schools.com/html/html_links.asp


    (The irony that I could really use an attribute for this page) Search for ' HTML Links - Create a Bookmark ' on the above page.


    There are links to examples on both methods.


    Thanks,


    Phil

Categories