Captin Tag - ATL Tag Help
2 posts by 2 authors in: Forums > CMS Builder
Last Post: May 20, 2009 (RSS)
By rentittoday - May 20, 2009
Interactive Team,
I need help creating ATL tags with CMS builder. In a brief conversation with Ross he mentioned I could use the "Caption" field as the ALT Tag. That would be great because we already have 88,000 images in the system where we have filled out the Caption Fields. If I could get some help on how to make the Caption Field the ALT Tag field displayed on the images that would be extremely helpful.
Thanks
Jason Glass
Rent It Today.com
www.rentittoday.com
Rent Any, Rent Everything !!!
I need help creating ATL tags with CMS builder. In a brief conversation with Ross he mentioned I could use the "Caption" field as the ALT Tag. That would be great because we already have 88,000 images in the system where we have filled out the Caption Fields. If I could get some help on how to make the Caption Field the ALT Tag field displayed on the images that would be extremely helpful.
Thanks
Jason Glass
Rent It Today.com
www.rentittoday.com
Rent Any, Rent Everything !!!
Jason Glass
Re: [rentittoday] Captin Tag - ATL Tag Help
By zip222 - May 20, 2009
this is the code you will need to use within your image tag...
its possible you may need to use a different number after "info" - it just depends if you're using any of the other optional fields with the image uploads.
alt="<?php echo $upload['info1'] ?>"
its possible you may need to use a different number after "info" - it just depends if you're using any of the other optional fields with the image uploads.