Announcement

Collapse
No announcement yet.

Make Logo Click To Home Page

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

    Make Logo Click To Home Page

    Hi

    I have been playing with a template and it is all going well. Only issue is that the logo on the site doesnt click through to the home page.

    Thought there would be a setting somewhere in site options, but cant find it. Tried hard coding, but I am having a blond day and everything I try is messing up. Here is the current code:

    <img
    src="<actinic:variable name="CompanyLogoFileName" />"
    width="<actinic:variable name="CompanyLogoWidth" />"
    height="<actinic:variable name="CompanyLogoHeight" />"
    alt="<actinic:variable name="StoreName" />"
    class="logoimage" border="0"/>

    Any suggestions to put this dumb blond out of his misery before he goes grey?

    Thanks

    ScottyDog
    www.edgeandwax.co.uk
    Edge & Wax
    Ski & Snowboard Workshop

    #2
    <a href="/.">
    <img
    src="<actinic:variable name="CompanyLogoFileName" />"
    width="<actinic:variable name="CompanyLogoWidth" />"
    height="<actinic:variable name="CompanyLogoHeight" />"
    alt="<actinic:variable name="StoreName" />"
    class="logoimage" border="0"/>
    </a>

    Comment


      #3
      Hi, thanks, ski boot fell on my head and I figured it out just as I read your post.

      Doh!

      Cheers!
      www.edgeandwax.co.uk
      Edge & Wax
      Ski & Snowboard Workshop

      Comment

      Working...
      X