I have a gallery and I just got the lightbox script to work. Now I want to link the large image that the lightbox.js file calls in to a website. Is this possible? And if so, how can I accomplish this task?
To answer my own question, Why yes BoomBoom... It is possible to add a link within a lightbox. But unfortunately, you will have to implement the link within the javascript file... This requires knowing how to implement an href link within javascript.... So there you go... Now I will study on the implementations of href links within javascript.... When it comes to development and the web, pretty much anything is possible... If it is not possible, then you can create the illusion that it is...