How can I insert title to the image in Gallery
By Praveen Kumar N
I have prepared thumbnail like gallery using Hyperlink and Img Src..
Now how can I insert titles to the images.
Code:
<a href="Image1.jpg" Target="_blank"><Img Src="Image1.jpg" width="150" height="150"/></a>
<a href="Image2.jpg" Target="_blank"><Img Src="Image2.jpg" width="150" height="150"/></a>
<a href="Image3.jpg" Target="_blank"><Img Src="Image3.jpg" width="150" height="150"/></a>
Thanks in advance