Let’s say your landing page name is:
http://pages.yoursitename.com/Landing_Page.html You would need this HTML code on that landing page (AKA where you want the person to land):
<a name="Anchor">Anchor</a>
This is the example of what HTML code you would need in your email to go to that anchor Link:
<a href="http://pages.yoursitename.com/Landing_Page.html#Anchor">Anchor</a>
Good luck
🙂