nateDtP
Posts: 2
Joined: Fri Oct 16, 2009 3:33 pm

Last Image in Gallery link to Webpage?

Is there a way to link the last image in a gallery to a webpage? I want the user to be able to click through all the images in a gallery and when they get to the end and click the last image it redirects them to a different page on the site.

Thanks for your help
User avatar
RoadRash
Posts: 8249
Joined: Tue Jul 15, 2008 6:43 pm
Location: Fredrikstad, Norway
Contact: Website

Re: Last Image in Gallery link to Webpage?

You can either add a regular link in the caption for the last image:

Code: Select all

<div class="highslide-caption">
      <a href="http://www.highslide.com/">Highslide JS </a>
</div>
Or you can add the link to the onImageClick function for the last image ÔÇô see this example page: http://www.roadrash.no/hs-support/galle ... -link.html
Hilde
Highslide Support Team

Overview of my Highslide sample pages: RoadRash.no
nateDtP
Posts: 2
Joined: Fri Oct 16, 2009 3:33 pm

Re: Last Image in Gallery link to Webpage?

Thanks Road Rash... it worked perfectly!

Return to “Highslide Editor”