Forum : How can I insert title to the image in Gallery
Brief description  about Online courses   join in Online courses
View Praveen  Kumar N 's Profile

How can I insert title to the image in Gallery

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
Asked by Praveen Kumar N | Oct 23, 2009 |  Reply now
Replies (2)
View murali mohan 's Profile
hi praveen

can you please explain more on what you mean by titles for images, are you referring to the name which should be printed above a specified image?

Thanks,
MuraliMohan
Nov 14, 2009
View teacher siliconindia 's Profile
<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
Oct 27, 2009