They might not be. But if they are in the right places, it might be because you're not using the group syntax.
Here's a normal lightbox link:
Code:
<a href="some.jpg" rel="lightbox">Whatever</a>
Here's one with the group syntax:
Code:
<a href="some.jpg" rel="lightbox[mygroup]">Whatever</a>
To illustrate further, here are the ones from the demo page:
Code:
<a href="sushi.jpg" rel="lightbox[sushi]"><img border="0" src="sushi_thumb.jpg" width="100" height="76"></a>
<a href="sushi2.jpg" rel="lightbox[sushi]"><img border="0" src="sushi2_thumb.jpg" width="100" height="75"></a>
<a href="sushi3.jpg" rel="lightbox[sushi]"><img border="0" src="sushi3_thumb.jpg" width="100" height="107"></a>
Bookmarks