Is it possible to add link in dhtml slideshow?

Q: Hi,

I have downloaded your product today. Look very nice and easy to use. I have just a question. Is it possible to go to a specific html page if I click on the image itself? If so, what needs to be changed in the code?

Thanks.

A: You can add links to the images captions for VisualLightBox Gallery.

Actually you can use any html code inside your caption to add links or highlight some text. In VisualLightBox app select image and add html code in the caption for selected image.

So, to create a link just set, for example:

<a href="http://visuallightbox.com">Click here to visit http://visuallightbox.com</a>



You can also specify target for the link:

<a href="http://visuallightbox.com" target="_blank">Click here to visit http://visuallightbox.com</a>



as a caption for the image.

Related