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?
Thanks Ed
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">
Comment