Announcement

Collapse
No announcement yet.

Making the company logo clickable

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

    Making the company logo clickable

    Hi again.

    I'm rebuilding our store website after a long break from design. Unfortunately, I have hit a brick wall with some very basic things and would really appreciate some help, hopefully kickstarting my brain into remembering how things work a bit better.

    First off. I'm trying to make the logo image at the top of each store page clickable as a link back to the brochure front page.

    I know I have to edit the Standard Brochure Logo Image and Standard Company Logo Image code by wrapping an anchor tag around it, but when I tried to use this code:

    <a href="<actinic:variable name="BrochurePageURL" />" class="product_section"></a>

    I get an error as that variable can't be used in the store code. Am I missing something obvious? Or should I use our store URL and accept that it won't work in preview?

    Thanks in advance. Sorry if this is a really stupid question but any help is appreciated.
    Fat men are harder to kidnap

    #2
    Use:
    Code:
    <a href="<actinic:variable name="HomePageURL" />"> 
      IMAGE HERE
    </a>
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      Doh!

      Thanks Norman

      I knew it was probably a stupid question but it has been a long time since I attempted any of this and many things have changed since I customised a version 6 site.
      Fat men are harder to kidnap

      Comment

      Working...
      X