Inactive
- Join Date:
- Oct 2006
- Location:
- Alberta, Canada
- Posts:
- 4,572
- Plugin Contributions:
- 0
Creating a 'Page Top' link / anchor
Would like to create a link at the bottom of each page for "Page Top". As the script puls in URLs from various places, the normal HTML code will not work -- other than on the Home page. Once you go into a Catagory and start getting product IDs added, it gets a bit tricky.
<a href="' . $_GET['main_page'] . '#ptop" title="Go to top of this Page">Page Top</a>
Just focusing on the code required within the '<a /a>' the above is what I have so far. My coding is not up to snuff enough to know which coding is required, to pull in the rest of the required URL.
Can anyone point me in the right direction for the rest of the code needed?