Hello
I just finished redesigning my site, and want give the search engines every opportunity to find it. My album sample page utilizes warehoused images. How do I add alt tags to them, and is it necessary?
Thanks
Michele
Hi,
My free warehoused image stack available here:
http://www.stellarstacks.com/stacks/warehousedimage/
Makes it easy to add alt tags to your warehoused images.
There is no magic to it though, the alt tag exists inside the standard img element:-
<img src="http://www.my-image-lib/samples/smiley.jpg" alt="Smiley face" height="42" width="42">
Good luck
Stuart