Hi,
I have been working on a site and have added a javascript slideshow and now I'm wondering how to add alt tags to the images?
imageArray = new Array();
imageArray[imageNum++] = new imageItem(imageDir + "5678000-01070.jpg");
imageArray[imageNum++] = new imageItem(imageDir + "5678000-01071.jpg");
Any pointers would be greatly appreciated...
I have been working on a site and have added a javascript slideshow and now I'm wondering how to add alt tags to the images?
imageArray = new Array();
imageArray[imageNum++] = new imageItem(imageDir + "5678000-01070.jpg");
imageArray[imageNum++] = new imageItem(imageDir + "5678000-01071.jpg");
Any pointers would be greatly appreciated...