Announcement

Collapse
No announcement yet.

goto top

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    goto top

    Is there a
    "Return to top"
    or
    "Goto Top"
    to put at the bottom of a long list of products
    www.baypressservices.com

    #2
    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


      #3
      Simple but effective
      Thanks Duncan
      Tracey

      Comment

      Working...
      X