bushk
Posts: 1
Joined: Mon Nov 26, 2012 6:41 pm

Multiple Galleries with only text links?

Greetings -

I'm hoping someone can help me figure out how to set up a page with multiple image galleries which pop up from text links. So, a list of text links, each of which would link to a different pop up gallery. I've read the FAQ page on setting up multiple galleries on a page, and it's just not making sense.

Anybody have any examples of how to do this?


Thanks very much!
User avatar
EarlyOut
Posts: 1705
Joined: Sun Nov 11, 2007 9:22 pm
Location: Sector R
Contact: Website

Re: Multiple Galleries with only text links?

Here's RoadRash's example:

http://www.roadrash.no/hs-support/2gall ... -link.html

Note that there is a tiny typo in the coding for that page. Most browsers will not care about it. There's a space missing in this, just before "href":

Code: Select all

<a id="thumb1"href="images/thumbstrip01.jpg" class="highslide" 
			title="Caption from the anchor's title attribute" 
			onclick="return hs.expand(this, config1 )">
User avatar
RoadRash
Posts: 8249
Joined: Tue Jul 15, 2008 6:43 pm
Location: Fredrikstad, Norway
Contact: Website

Re: Multiple Galleries with only text links?

The typo in my demo page is corrected. (Thanks EarlyOut!)
Hilde
Highslide Support Team

Overview of my Highslide sample pages: RoadRash.no
User avatar
EarlyOut
Posts: 1705
Joined: Sun Nov 11, 2007 9:22 pm
Location: Sector R
Contact: Website

Re: Multiple Galleries with only text links?

Actually, thank Firefox - when I viewed the source code for the page, Firefox was showing some red text, usually a sign that something is not quite right! :)

Return to “Highslide Editor”