Announcement

Collapse
No announcement yet.

Alt Tags attached to images

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

    Alt Tags attached to images

    I want to place alt tags on a few images on the various brochure pages.
    The content of the alt tag is the same for each image on various fragments.
    I know if I go to Design/options/layouts/product templates and click edit the HTML notepad appears....so far so good.
    Act-ProductLine.html
    Look for NETQUOTEVAR:TEMPLATE BEGIN XML
    Now I have the jitters...as I am not sure where to place the code
    Is it immediately after this and before the NETQUOTEVAR PRODUCT NAME?

    and is the code <img srch= "NETQUOTEVAR:PRODUCT IMAGE" alt="NETQUOTEVAR PRODUCT NAME"> arGHH!

    I might look as if I understand all the above jargon but I am totally not sure.
    Thanks

    #2
    Are you using v7 or v8? v8 droppped NETQUOTEVAR's in lieu of layout selectors


    Bikster
    SellerDeck Designs and Responsive Themes

    Comment


      #3
      Originally posted by jont
      Are you using v7 or v8? v8 droppped NETQUOTEVAR's in lieu of layout selectors
      Sorry I think I posted it in the wrong section I am using Version 7 on this occasion.
      Thanks

      Comment


        #4
        In fear of upsetting the good folk of v8 you should use the following in v7:

        <img src="NETQUOTEVAR:PRODUCTIMAGE" alt="NETQUOTEVAR:PRODUCTNAME" />

        however ... I see in the OP you are wanting this on the brochure pages ... you are editing the Act_ProductLine.html which is for product pages not the brochure pages.

        ALT tags are usually added by default to the images by Actinic unless you have edited the code out at some stage?


        Bikster
        SellerDeck Designs and Responsive Themes

        Comment


          #5
          Originally posted by jont
          In fear of upsetting the good folk of v8 you should use the following in v7:

          <img src="NETQUOTEVAR:PRODUCTIMAGE" alt="NETQUOTEVAR:PRODUCTNAME" />

          however ... I see in the OP you are wanting this on the brochure pages ... you are editing the Act_ProductLine.html which is for product pages not the brochure pages.

          ALT tags are usually added by default to the images by Actinic unless you have edited the code out at some stage?
          Thank you Thank you, by just reminding me that the above Act_ProductLine was NOT the area I want ALT tags in, you have switched the light on within the brain cells!!
          Great!.....I now can sleep...sad or what!

          Comment

          Working...
          X