Announcement

Collapse
No announcement yet.

How do I add an alt tag to my header logo

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How do I add an alt tag to my header logo

    Hi

    I have been advised to add some keywords to the store logo image.

    In the design view the default code is this

    <img
    src="<actinic:variable name="BrochureLogo" />"
    width="<actinic:variable name="BrochureLogoWidth" />"
    height="<actinic:variable name="BrochureLogoHeight" />"
    alt="<actinic:variable name="StoreName" />"
    class="logoimage">


    I need to apply this to my store logo image

    alt="The Baby Studio: specialising in ..the keywords here "
    I dont know how - any help as always very much appreciated.

    D

    #2
    Originally posted by The Baby Studio View Post
    Hi

    I have been advised to add some keywords to the store logo image.

    In the design view the default code is this

    <img
    src="<actinic:variable name="BrochureLogo" />"
    width="<actinic:variable name="BrochureLogoWidth" />"
    height="<actinic:variable name="BrochureLogoHeight" />"
    alt="<actinic:variable name="StoreName" />"
    class="logoimage">


    I need to apply this to my store logo image

    alt="The Baby Studio: specialising in ..the keywords here "
    I dont know how - any help as always very much appreciated.

    D
    in the first part of the list you have alt="<actinic:variable name="StoreName" />" change this to alt="The Baby Studio: specialising in etc", the current setting uses the contents of the actinic variable StoreName.

    Malcolm

    SellerDeck Accredited Partner,
    SellerDeck 2016 Extensions, and
    Custom Packages

    Comment

    Working...
    X