I am trying to intergrade Lightbox effect into my html code in dreamweaver,...

Alex

New member
...can anyone help? So basically I am trying to add a Lightbox feature to my webpage so that when you click on an image, a Lightbox will popup that will show a series of images. I need to add this feature to the following code:

<div id="apDiv1"><a href="home.html" onmouseout="MM_swapImgRestore()" onMouseOver="MM_swapImage('image1','','images/desbarcolor.jpg',1)"><img src="images/desbar.jpg" width="445" height="142" name="image1"></a></div>

Please help!
Thanks.
 
Back
Top