I have been searching through the PHP files trying to find out where the output for the home page slider is built so I can have it automatically take the image title and use that for the Alt Tag. Pasted below is a copy of the output of my page of the area I am trying to change, as you can see the Alt tag is blank, where in the PHP is that output built so I can change it to fill in the Alt tag:
`<!-- ###################################################################### -->
<div class="feature_wrap">
<!-- ###################################################################### -->
<ul class='slideshow aviaslider'>
<li class='featured featured1'>
<span>
<img src='REMOVED' alt='' title='Check Out Our New Truck Side Logo' /></span>
<!-- end .featured -->
<li class='featured featured2'>
<a href='http://www.choreboyz.net/our-company/'>
<img src='REMOVED' alt='' title='Check Out Our New Truck Rear Logo' /></a>
<!-- end .featured -->
<!-- end .featured_inside -->
<!-- ###################################################################### -->
</div><!-- end featuredwrap -->
<!-- ###################################################################### -->`














