February 26, 200917 yr Hi guys, I have recently placed javascript on my website so my work opens up using lightbox but does anyone know how to assign a weblink once a lightbox has come up? I need it so users can click on the image and the browser will redirect them to the website. Thanks!
February 26, 200917 yr Use this syntax <a href="image.jpg" title="my image caption" rel="lightbox"><img src="thumb.jpg" alt="image description" /></a> The rel="lightbox" is the key attribute, title="" adds a description for the image in the Lightbox popup
February 27, 200917 yr Author Sorry but I don't understand what you mean? Is it not possible to assign a url link to the lightbox so that when it is clicked on it opens the website?
Create an account or sign in to comment