Announcement

Collapse
No announcement yet.

Hyperlink company logo & ALT text

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

    Hyperlink company logo & ALT text

    How do you hyperlink the company logo and add ALT text for images.

    It is for www.gofrostfire.com

    #2
    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>
    Reusable Snore Earplugs : Sample Earplugs - Wax Earplugs - Women's Earplugs - Children's Earplugs - Music Earplugs - Sleep Masks

    Comment


      #3
      Originally posted by frostfire View Post
      add ALT text for images.
      To add the ALT text (which should be there by default) click on an image and add into the <img>

      Code:
      alt="<actinic:variable name="ProductName" encoding="strip"/>"


      Bikster
      SellerDeck Designs and Responsive Themes

      Comment


        #4
        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


          #5
          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="">
          probably a hand over when you were playing with the site ... switch to design tab and click on the text and delete the above block of code.


          Bikster
          SellerDeck Designs and Responsive Themes

          Comment

          Working...
          X