Announcement

Collapse
No announcement yet.

alt tags for images

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

    alt tags for images

    just a simple one for those in the know

    but how can i put alt tags in my images within actinic?

    ive searched and found a link for express but not for "real" actinic

    any help greatly appreciated

    Gareth
    Remembering the road to Actinic enlightenment is a long and sometimes painful one.
    Current project:
    cheapadulttoys4u.co.uk
    cheaplingerie4u.co.uk
    Something for the Missus,Something for the Weekend

    #2
    do you mean product images?
    They automatically have a alt tag of the product name (or should have)
    If you want something more detailed, I guess you could add a custom variable at product level and edit your image layout to use this new variable for the alt tag instead
    Look at your product image layout and you should see how and where to change it
    Tracey

    Comment


      #3
      It is helpful if you also use a title tag so Firefox browser users can see text when they mouseover the image.
      Peblaco

      Comment


        #4
        ooh..thats useful, Louise, thanks for that
        I'd always wondered why they didn't show in FF
        Tracey

        Comment


          #5
          Originally posted by budgetbumps
          ooh..thats useful, Louise, thanks for that
          I'd always wondered why they didn't show in FF

          well bugger me thats why

          im not going daft after all

          cheers for that

          told you it was a simple fix

          just use microsoft and not my loverly Firefox

          now to figure out how to implement

          ta
          Remembering the road to Actinic enlightenment is a long and sometimes painful one.
          Current project:
          cheapadulttoys4u.co.uk
          cheaplingerie4u.co.uk
          Something for the Missus,Something for the Weekend

          Comment


            #6
            Originally posted by cHEAPPRICES4U

            now to figure out how to implement

            ta
            2 second job, Gareth

            find the layout your image is using by clicking on the image in your preview pane in the design tab (mine is Standard Image Layout)

            Find the line that says

            <img style="border: 0;" src="<actinic:variable name="ProductImageFileName" />" alt="<actinic:variable encoding="strip" name="ProductName" />" />

            and add title="ProductName" before the closing /> (that's ProductName...as in the variable)

            so it looks like

            title="<actinic:variable name="ProductName" />"

            You could also do the same for the default image line too

            And fragments etc
            Tracey

            Comment


              #7
              ta done it

              so should look like this>>


              <img src="<actinic:variable name="ProductImageFileName" />"
              id="im-<Actinic:Variable Name="EncodedProductAnchor" />"
              border="0"
              width="<actinic:variable name="ProductImageWidth" />"
              height="<actinic:variable name="ProductImageHeight" />"
              alt="<actinic:variable name="ProductName" encoding="strip"/>"
              title="<actinic:variable name="ProductName" />"/>

              cheers
              Remembering the road to Actinic enlightenment is a long and sometimes painful one.
              Current project:
              cheapadulttoys4u.co.uk
              cheaplingerie4u.co.uk
              Something for the Missus,Something for the Weekend

              Comment


                #8
                Mr Actinic: Why isn't this standard in the Actinic layout????????
                Regards,

                Keith

                Central Heating Supplies | Life Insurance Quotes | Be Modern Orlando Electric Fires | Grant Boilers | Honeywell Heating Controls | Worcester Bosch Oil Boilers | Oil Boilers

                Comment


                  #9
                  Originally posted by Runner
                  Mr Actinic: Why isn't this standard in the Actinic layout????????
                  I suspect some on the forum would say putting a title tag in every link and image would not be the best SEO idea, but I could be wrong.
                  Cheers

                  David
                  Located in Edinburgh UK

                  http://twitter.com/mcfinster

                  Comment


                    #10
                    good point, Keith
                    You'd think that Firefox was used by a significant enough number of people nowadays for this to be included as standard really.
                    Tracey

                    Comment


                      #11
                      Originally posted by dave_finlayson
                      I suspect some on the forum would say putting a title tag in every link and image would not be the best SEO idea, but I could be wrong.
                      So is there another way to get the alt text to show on images in FF?
                      Regards,

                      Keith

                      Central Heating Supplies | Life Insurance Quotes | Be Modern Orlando Electric Fires | Grant Boilers | Honeywell Heating Controls | Worcester Bosch Oil Boilers | Oil Boilers

                      Comment


                        #12
                        No - according to the W3C, alt text is never meant to appear in the browser - it's just there for screen reading software (and search engines). It's only Internet Explorer that's taught us to expect alt text to appear when you mouse over things.

                        I'll look into adding title tags to images in the next version. It could be quite handy.

                        Comment


                          #13
                          No, but FF uses the alt tag correctly, it is not meant to be used for displaying text on mouse overs, here's a brief description of it's usage:-

                          Code:
                              * nowadays, Web browsers are available in a very wide variety of platforms with very different capacities; some cannot display images at all or only a restricted set of type of images; some can be configured to not load images. If your code has the alt attribute set in its images, most of these browsers will display the description you gave instead of the images
                              * some of your visitors cannot see images, be they blind, color-blind, low-sighted; the alt attribute is of great help for those people that can rely on it to have a good idea of what's on your page
                              * search engine bots belong to the two above categories: if you want your website to be indexed as well as it deserves, use the alt attribute to make sure that they won't miss important sections of your pages.
                          The title tag is for displaying a title.

                          Now whether it is a good idea or a bad idea to add it to everything I don't know, I will bow to someones greater knowledge there. But personally I would not add it to all my images/links unless someone with a great deal of knowhow told me to!
                          Cheers

                          David
                          Located in Edinburgh UK

                          http://twitter.com/mcfinster

                          Comment


                            #14
                            Apologies for earlier post due to ignorance!

                            Chris and Dave are right. Thanks Guys.

                            I have just Googled this and found some on-topic links:

                            http://www.w3.org/QA/Tips/altAttribute

                            http://ubuntuforums.org/showthread.php?t=551093
                            Regards,

                            Keith

                            Central Heating Supplies | Life Insurance Quotes | Be Modern Orlando Electric Fires | Grant Boilers | Honeywell Heating Controls | Worcester Bosch Oil Boilers | Oil Boilers

                            Comment


                              #15
                              If someone turns off images in their browser if they are on dial up for example, they will also see them and the screen looks a little more appealing.

                              Comment

                              Working...
                              X