Code:
<html>
<head>
<!-- These are the scripts for the head. Make sure the address is right //-->
<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>
<link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" />
</head>
<body>
<a href="THE IMAGE YOU WANT TO LOAD" rel="lightbox" title="YOUR TEXT/ TITLE">LINK</a>
</body>
</html>
the LINK part title="YOUR TEXT/ TITLE">LINK</a> is text. You can actually put a thumbnail between the > and the </a>. when the user clicks the picture, the LightBox pops up. Does this help, or do you need more info?
Code:
<a href="THE IMAGE YOU WANT TO LOAD" rel="lightbox" title="YOUR TEXT/ TITLE"><img border="0" src="IMAGE" width="70" height="248"></a>
Bookmarks