Topic: Hyperlinks help for SV-Pro 2
Hi,
I've implemented a SV-Pro 2 slideshow with multiple galleries. Visit:
http://www.taylor-graphics.net/landing_page.html
Two galleries have art so far, the Web Design and Brochures galleries.
What I want to do is link each of the 10 web design larger slides to their own respective websites on the internet.
Do I add a link within the caption tags on the gallery.xml page like so?
<caption>Animal Ark Custom Website Client: Animal Ark Pets, Orem, UT <a href="http:animalarkpetsutah.com">Visit website</a></caption>
However, I'm using an <iframe> to target each gallery. So, when I include the above <a href> tag within the caption tags, and then click on the linked text, the external website comes up within the <iframe>, instead of going to a "_blank" separate page, which is what I would like to have happen.
Plus, I notice that that the <a href> tag shoves the linked text onto another line in the caption area. I don't like that.
Here's my gallery.xml code for the first Web Design art sample:
<image imageURL="images/animal_ark.jpg"
thumbURL="thumbs/animal_ark.jpg"
linkURL="images/animal_ark.jpg"
linkTarget="_blank">
<caption>Animal Ark Custom Website Client: Animal Ark Pets, Orem, UT</caption>
</image>
Can you help me?
Thanks!