You can place a text only fragment at the bottom of your product list containing the following:
!!<<a href="#top"><img src="up-arrow.jpg" border="0" alt="Go to top of page" ></a>>!!
Just make yourself an appropriate little graphic called up_arrow.jpg. You could also of course replace the <img...> tag with text instead.
Then at the top of your outer page layout place the following code just after the opening <body...> tag:
<a id="top" name="top"></a>
I place it at the top of my outer layout used for all pages by default so it's available on any page if I wish to use it.
You can then copy and use this fragment anywhere on your site.
Comment