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
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
Comment