PDA

View Full Version : How do I make the View Basket & Checkout on our site to Images?


GAViN™©
16-May-2008, 11:00 AM
Am wanting to change the :

View Basket
Goto Checkout

to be an image rather than text

How can I do this?

Thanks

Mark H
16-May-2008, 12:55 PM
If you're using CSS, something like this in Act_Primary:

<div id="cart-button"><a href="NETQUOTEVAR:NAVBCARTLINK"><img src="http://www.mysite.co.uk/images/view-cart-button.gif" alt="view cart" border="0"></a></div>

<div id="check-button"><a href="NETQUOTEVAR:NAVBCHECKOUTLINK"><img src="http://www.mysite.co.uk/images/checkout-button.gif" alt="checkout" border="0"></a></div>

See Aquazuro (link below) for example.

GAViN™©
19-May-2008, 11:33 AM
Thanks, worked a treat :)