PDA

View Full Version : Link Button


intersarc
23-Oct-2004, 02:11 PM
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

Artisan
23-Oct-2004, 08:35 PM
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