Announcement

Collapse
No announcement yet.

CSS text links instead of buttons?

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

    CSS text links instead of buttons?

    Hi All

    Well its been a long time ;-) hope you're all having fun!

    I want to use css text links intead of buttons for search function, view cart, checkout etc...have had a look but couldnt find an answer in the knowledge base.

    Many thanx in advance

    Neil
    Neil Bosley
    The Ink Depot
    http://www.theinkdepot.co.uk
    nb@theinkdepot.co.uk

    #2
    Neil,

    If you have a copy of the Adavnced USer Guide, downloadable at http://www.actinic.co.uk/support/downloads.htm. Take a look on page 14 for "Inserting Individual navigation buttons".

    To use the Individual navigation buttons as links, for example the View cart button could be converted into a link by adding the word LINK to the variable like this.. NETQUOTEVAR:NAVBCARTLINK and placing it within <a> tags like this...
    <a href="NETQUOTEVAR:NAVBCARTLINK">. . .</a>

    You will need to define the css in actinic.css which you will find in the site1 folder.

    Kind regards,
    Bruce King
    SellerDeck

    Comment


      #3
      Hi Bruce

      Big thanx for that, much appreciated as always!

      Neil
      Neil Bosley
      The Ink Depot
      http://www.theinkdepot.co.uk
      nb@theinkdepot.co.uk

      Comment

      Working...
      X