Hi
I have looked through all of the threads that contain alt text but have yet to find a solution for this problem. Here is what I have:
CHECKED USING fIREBUG 2.0.11
<div class="orbit-item" style="z-index: 1; left: 0px; opacity: 1; top: 0px;">
<img class="orbitslider-item" width="955" height="168" title="" alt="" src="/images/TraceallPics/Main/1traceallbanner.png">
</div>
<div class="orbit-item" "="" style="top: 0px; z-index: 1; opacity: 1; left: 0px;">
<img class="orbitslider-item" width="955" height="168" title="" alt="" src="/images/TraceallPics/Main/cheesefactory.png">
</div>
<div class="orbit-item" "="" style="top: 0px; z-index: 1; left: 0px;">
<img class="orbitslider-item" width="955" height="168" title="" alt="" src="/images/TraceallPics/Main/icecream.png">
</div>
<div class="orbit-item" "="" style="opacity: 1; z-index: 1;">
<img class="orbitslider-item" width="955" height="168" title="" alt="" src="/images/TraceallPics/Main/LettuceGrower.png">
</div>
CHECKED USING achecher.ca
Manual Check Required Line 2622, Column 5:
<img src="/images/TraceallPics/Main/1traceallbanner.png" alt="" title="" class="orbitslider-item" wi ...
Manual Check Required Line 2625, Column 5:
<img src="/images/TraceallPics/Main/cheesefactory.png" alt="" title="" class="orbitslider-item" widt ...
Manual Check Required Line 2628, Column 5:
<img src="/images/TraceallPics/Main/icecream.png" alt="" title="" class="orbitslider-item" width="95 ...
Manual Check Required Line 2631, Column 5:
<img src="/images/TraceallPics/Main/LettuceGrower.png" alt="" title="" class="orbitslider-item" widt ...
In order to be compliant in WCAG 2.0 (Level AA) you need to be able to see alt text and title. Here is what I have in the ariorbitslider.ini which is located in the images/TraceallPics/Main folder along with the images. I have tried several different Description settings.
[DESCRIPTION]
1traceallbanner.png="<span class=""text1"">Traceall Website Banner</span>"
cheesefactory.png=""
icecream.png=""
LettuceGrower.png=""
manufacturing.png=""
tortillafactory.png=""
[LINK]
cheesefactory.png="href="
www.traceall.ca/index.php/cheese-process"
icecream.png="
www.traceall.ca/index.php/icecream-process"
LettuceGrower.png="
www.traceall.ca/index.php/lettuce-producer"
manufacturing.png="
www.traceall.ca/index.php/manufacturing-process"
tortillafactory.png="
www.traceall.ca/index.php/tortilla-process"
[ALT]
1traceallbanner.png="TraceAll website banner"
cheesefactory.png="Images of cheese production at a cheese factory"
icecream.png="Images of ice-cream production at an icecream factory"
LettuceGrower.png="Image of havesting lettuce from a farmers field"
manufacturing.png="Images of parts production at a steel processing plant"
tortillafactory.png="Images of tortilla production at a tortilla factory"
The URL is
www.traceall.ca
I can't get the title or the Alt text to show up in the html. Any help would be appreciated because other than that it works great.
Rick