I have a really simple photo gallery that I’d like to use in one page of my wordpress site.
This is the header code:
<script type="text/javascript" src="js/prototype.js"></script>
<script type="text/javascript" src="js/scriptaculous.js?load=effects"></script>
<script type="text/javascript" src="js/lightbox.js"></script>
And then the gallery works like this:
<a href="images/gallery/1.png" rel="lightbox[lastminute]" title="LASTMINUTE.COM"><img src="images/gallery/thumbnails/1.png" border="1"></a>
Is there a way I can get this to work properly?
Here’s a link to how it SHOULD look: http://www.suzierthanyou.com/testportfolio.htm
I’m really attached to this look and don’t want to have to sacrifice it!
Thanks in advance 🙂