| Code:
|
If you want a image to be openend using lightbox add a rel="lightbox" attribute to any link tag
to activate the lightbox. For example:
<a href="/images/info.gif" rel="lightbox" title="tekst">image #1</a>
|
| Code:
|
If you want the lightbox to be used to enlarge a image, the tekst should be a image link. For example:
<a href="/images/info.gif" rel="lightbox" title="tekst"><img src="/images/bfinfo.gif"/></a>
|
| Code:
|
|
<a title="tekst" href="9600gso.jpg"><img border="0" src="9600gso.jpg" /></a>
|