Discussion board
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
Reply
Post   Reset
Teacher SiliconIndia replied to Praveen Kumar N Tuesday, October 27, 2009
<img title="India's Largest Professional Network" alt="India's Largest Professional Network" src="/images/sillogo.gif">

I hope the above code will solve your problem