I need to add text to each image, and I have an image gallery created using img tags. Can't add div tags in img tags. Similar to the one shown here:
<img id="img1" class="img1_1" src="hello1_1"> <div class="textDesc">HELLO1_1</div> </img>
Although the div is added to the img tag, but I do not see the text "HELLO1_1" in the image.
Please help me? If you need source code, I can share it with you.
Here is the link to test the script: http://jsfiddle.net/XUR5K/9/
source share