Announcement
Collapse
No announcement yet.
Hyperlink company logo & ALT text
Collapse
X
-
Go to the layout for the Standard Brochure or Company Logo Image and stick in the necessary html.
e.g.
<A HREF="http://www.yoursite.com"><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 /></A>
-
Originally posted by frostfire View Postadd ALT text for images.
Code:alt="<actinic:variable name="ProductName" encoding="strip"/>"
Comment
-
Store name appearing below logo
WOw, have made hyperlink changes...i do have another question.
In Firefox we find that our store name appears below the logo.
This is only on the frontpage in Firefox and not on all pages.
Any ideas, it can be seen at www.gofrostfire.com
Comment
-
You have added the logo <img> in twice ... the text on the homepage is comign from the ALT text due to no image being called
Code:<img src="" alt="GoFrostfire Store " class="logoimage" height="" width="">
Comment
Comment