Linking to a specific spot on page
brandofamily
Registered Users Posts: 2,013 Major grins
Can I use the standard menu creation tool to link to specific points on the homepage? I know I can create <a id= codes in html blocks to mark the places on the page, but can the regular menu link to those?
0
Comments
See jump links bottom of page.
https://mobirds.smugmug.com/Pages/Species-Alpha-Codes/n-X8kKX9
This link works in top menu (Right end "Codes"), any other page and any place on internet.
https://mobirds.smugmug.com/Pages/Species-Alpha-Codes/n-X8kKX9#vjump
I'll only keep this up a day or two for example.
In jump html block
My Website index | My Blog
@brandofamily
You can link to any static id on the page
With a manually built link like
<a href="https://www.yoursitename.com/your-page-name/#Acutal-ID-Name-Here">Your Text Here</a>
You can also create a link for say the menu as such: https://www.yoursitename.com/your-page-name/#Acutal-ID-Name-Here
Here it is in a live demo:
Standard Page Link: https://toolbox.smugocity.com/Customizations/Test-Page
Link To Id Section On Page: https://toolbox.smugocity.com/Customizations/Test-Page/#sample-2
This is a working example and the content has screenshots of the builder. This will work with static ids already on your page or in ones you create in cutom html blocks. Note many of the id used throughout the smugmug site change on each page refresh.
Worked perfectly. Thanks