Announcement

Collapse
No announcement yet.

Link Button

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

    Link Button

    Good Afternoon

    I am using the Curves Theme & would like to place a link button at the bottom of the menu on the left hand side, which would appear right through my store is this possible.

    Regards

    Pat


    www.intersarc.co.uk

    #2
    Go to Advanced | Template Manager and choose Primary from the Brochure tab (Act_BrochurePrimary.html). Between <td width="200" valign="top" align="left" background="pxl_black.gif">&nbsp; and </td> add the following:

    <br>
    <a href="linkedpage.html" target="_blank"><img src="linkbutton.gif" width="xxx" height="xx" border="0" alt="Visit link"></a>

    ... substituting your link, button filename, ect.

    Then, choosing Primary from the Main tab (Act_Primary.html), add the same code underneath NETQUOTEDEL:CAPTURECOUPON <!-- coupon entry ends -->.

    That takes care of all the main pages - if you want the same link in the shopping cart and checkout, add the code to Act_PrimaryCart.html and Act_PrimaryCheckout.html (you'll probably know how to find them by now!).

    Malcolm
    ¤ The world wide web needn't cost the earth
    ¤ ARTISAN INTERNET LTD
    ¤ www.artinet.co.uk

    Comment

    Working...
    X