Announcement

Collapse
No announcement yet.

'back to top' link on each product

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

    'back to top' link on each product

    as the title says, i'd like a 'back to top' link on each product, but i've as yet had no sucess getting it to work. I put the anchor point in act_primary and the link in the product templates but it refused to work! is there something else i should be doing to compensate for how actinic works?

    #2
    Hi there

    In the curves theme for v6, we use an anchor tag of the following which works:
    Code:
    <img src="back_to_top.gif" width="108" height="27" border="0" alt="Back to Top" OnClick="GotoAnchor('top')">
    Taken from the following thread: http://community.actinic.com/showthread.php?t=8786

    Kind Regards
    Nadeem Rasool
    SellerDeck Development

    Comment

    Working...
    X