Hi all
I've been banging my head against a brick wall all morning trying to make my logo clickable so that it goes to the home page. I eventually managed to do it by putting my code in a div but I get a border round the logo now. I know it's the div that's doing it, but how I get it stop doing it? Somebody please help before I put my fist in the monitor!!!!!
This is the code I've got
I'm sure it's obvious but I'm having one of those days again!!!!!
Thanks in advance
I've been banging my head against a brick wall all morning trying to make my logo clickable so that it goes to the home page. I eventually managed to do it by putting my code in a div but I get a border round the logo now. I know it's the div that's doing it, but how I get it stop doing it? Somebody please help before I put my fist in the monitor!!!!!
This is the code I've got
<div id="header">
<a href="index.html"><img src="<actinic:variable name="BrochureLogo">" width="<actinic:variable name="BrochureLogoWidth" />" height="<actinic:variable name="BrochureLogoHeight" />" alt="<actinic:variable name="StoreName" />" class="logoimage" frameborder="0"></a>
</div>
<a href="index.html"><img src="<actinic:variable name="BrochureLogo">" width="<actinic:variable name="BrochureLogoWidth" />" height="<actinic:variable name="BrochureLogoHeight" />" alt="<actinic:variable name="StoreName" />" class="logoimage" frameborder="0"></a>
</div>
Thanks in advance
Comment