hnwaxman
03-04-2012, 05:08 PM
Is there a way to add a link to an image for Ultimate Fade-in slideshow too?
["images/taper.jpg", "", "", "Nothing like Dinghy Dogs"],
How can I make taper.jpg link to another page?
Thanks
jscheuer1
03-04-2012, 06:07 PM
Read the instructions, that's what the second field is for:
["images/taper.jpg", "http://www.google.com/", "", "Nothing like Dinghy Dogs"],
You can put any link in there, like:
["images/taper.jpg", "some.htm", "", "Nothing like Dinghy Dogs"],
Whatever you put there will become the href attribute of a link for that image, the browser will treat it just as if it were an ordinary link tag:
<a href="some.htm"><img src="images/taper.jpg"></a>
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.