I need advice. I have created a gallery, but I need to make a button that I added, referring to the last detail gallery, not as a lightbox.
Now I have the code as follows:
- Code: Select all
<figure class="gk-photo gk-photo-left">
<a href="images/fotogalerie/farma-polna3.jpg"><img src="images/fotogalerie/farma_thumb.jpg" alt="Farma a okolí" /></a>
<figcaption>
<h3>Farma a okolí</h3>
<p>Maecenas sed diam eget risus varius blandit sit amet non magna. Cras justo odio, dapibus ac facilisis in. </p>
<p> </p>
<a href="/galerie/farma" class="button button-border">Více fotek</a>
</figcaption>
</figure>
How do I change the code?
Here is the link: http://farmapolna.digito.cz/galerie
Thanks for any advice.