I have followed these instructions...
"Simply switch to the 'Design' tab and click on the company logo in the design. Add border="0" into the <img> tag shown in the layout code window at the bottom of the Design tab.
To add in your <a> links, click the 'Navigate to parent layout button' (yellow spiral with up arrow at the bottom left of the layout code editor) and you should see a pink 'layout selector' called 'CompanyLogoImage'. This is the thing that inserts the company logo into the design. Add your <a> tags around this layout selector."
...to make my company image clickable. Now, the link works but I cannot get rid of the blue border around it. Can someone advise me where exactly I am supposed to put the border="0" in my coding?
<img
src="<actinic:variable name="CompanyLogoFileName" />"
width="<actinic:variable name="CompanyLogoWidth" />"
height="<actinic:variable name="CompanyLogoHeight" />"
alt="<actinic:variable name="StoreName" />"
class="logoimage" />
Thanks for the help
"Simply switch to the 'Design' tab and click on the company logo in the design. Add border="0" into the <img> tag shown in the layout code window at the bottom of the Design tab.
To add in your <a> links, click the 'Navigate to parent layout button' (yellow spiral with up arrow at the bottom left of the layout code editor) and you should see a pink 'layout selector' called 'CompanyLogoImage'. This is the thing that inserts the company logo into the design. Add your <a> tags around this layout selector."
...to make my company image clickable. Now, the link works but I cannot get rid of the blue border around it. Can someone advise me where exactly I am supposed to put the border="0" in my coding?
<img
src="<actinic:variable name="CompanyLogoFileName" />"
width="<actinic:variable name="CompanyLogoWidth" />"
height="<actinic:variable name="CompanyLogoHeight" />"
alt="<actinic:variable name="StoreName" />"
class="logoimage" />
Thanks for the help
Comment