exposeclothing Posted December 16, 2012 Share Posted December 16, 2012 Is anyone able to provide some information on how to have a link open a page but to a specific area of the page. I know how to create a link (or hyperlink a word to open a page) but what if i want to have the link open the page, to a specific header (or area of information on the page) thank-you in advance Link to comment Share on other sites More sharing options...
SuperCharlie Posted December 16, 2012 Share Posted December 16, 2012 You would do this using a named anchor tag. Like this.. the link goes like this.. <a href="AnotherPage.html#myname">Link Text</a> You put this where you want it to go.. <a name=myname> Link to comment Share on other sites More sharing options...
Spark111 Posted April 25, 2014 Share Posted April 25, 2014 It's an old topic, but certainly not solved: When using this technique in version 1.5.6.0 on a category page the page first scrolls to the right section, but then back to the top. With js disabled the behaviour is correct. I suspect it has something to do with js in the layered navigation as on product pages it works perfectly. My question: I am not very proficient with javascript. Does anyone has a solution for this? Thanks for any answer. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now