Many Thanks DrByte.
I nearly got it right![]()
How would this work on links within the same document, i.e. FAQs?
I have a one page document that I have in the html includes folder that is an FAQ question and answer kind of page.
I tried it with putting in the anchors the usual way as you would in an html page and it just keeps going back to the pain page when you click on a question instead of moving to the spot in the same page that has the answer.
For example, before a question I have:
<a href="#difference" class="questions">
and before the answer I have:
<a name="difference">repeat the question text here</a>
Thank You,
Betty
Might be an easier way but this works
Best check this and make sure it works if customers logged in or has stuff in their cartHTML Code:<a href="./index.php?main_page=page_2#difference" class="questions">Link here</a>
oops forgot,
change the "page_2" bit to your page name