Announcement

Collapse
No announcement yet.

Home link on logo?

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

    Home link on logo?

    I would like my header or logo to link back to the homepage, I know how to make a link in the code but cant see where to put it, below is the code for the logo, can anyone tell me where to place the link code?


    HTML Code:
    <a href="http://www.harrisontelescopes.co.uk/">
    HTML Code:
    <img
    	src="<actinic:variable name="BrochureLogo" />"
    	width="<actinic:variable name="BrochureLogoWidth" />"
    	height="<actinic:variable name="BrochureLogoHeight" />"
    	alt="<actinic:variable name="StoreName" />"
    	class="logoimage">
    Thanks Ed
    https://www.harrisontelescopes.co.uk/

    Ed Harrison - Menmuir Scotland

    #2
    Hi Ed. I asked under V8 forum and got some very good advice http://community.actinic.com/showthread.php?t=41760
    Peter Hayes
    www.hohobird.com
    Antiques Clocks, Barometers etc

    Comment


      #3
      This should do it:

      HTML Code:
      <a href="http://www.harrisontelescopes.co.uk/"><img
      	src="<actinic:variable name="BrochureLogo" />"
      	width="<actinic:variable name="BrochureLogoWidth" />"
      	height="<actinic:variable name="BrochureLogoHeight" />"
      	alt="<actinic:variable name="StoreName" />"
      	class="logoimage" border="0" ></a>

      Comment


        #4
        Thanks again, works fine!

        Ed
        https://www.harrisontelescopes.co.uk/

        Ed Harrison - Menmuir Scotland

        Comment

        Working...
        X