Announcement

Collapse
No announcement yet.

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

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

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

    Am wanting to change the :

    View Basket
    Goto Checkout

    to be an image rather than text

    How can I do this?

    Thanks
    Attached Files

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

    Aquazuro - designer stainless steel accessories

    Comment


      #3
      Thanks, worked a treat

      Comment

      Working...
      X