Text link to show image group
-
Is it possible to create a text link to show a specific image group? Right now I only know how to create the image group by making the image itself a link.
I want something like this:
<a>Click here to show image group 1</a><br /> <a>Click here to show image group 2</a> <a href="https://something.com/1" rel="group1"><img src="https://something.com/1.png"/></a> <a href="https://something.com/2" rel="group1"><img src="https://something.com/2.png"/></a> <a href="https://something.com/3" rel="group2"><img src="https://something.com/3.png"/></a> <a href="https://something.com/3" rel="group2"><img src="https://something.com/3.png"/></a>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Text link to show image group’ is closed to new replies.