Oh, I see what your issue is/was. Another solution for you would be to add an image/button/link that says "Top" with an onclick event that takes you to the top of the page--no server-side voodoo required.
Code:<img src="Top.png" alt="Top" onclick="document.body.scrollTop=0;" />



, but one of the things I want to do is have links on my shipping_info page to anchor link locations on the same page.

