adding photo gallery in dreamweaver cs4?

stefano2000

New Member
hello ppl, i have had some problems as to add a photo gallery in dw cs4 as i have tryed to use the fireworks ext ,it wont work for me, is their any other way at this can be added,thanks in advance! regards stefano
 

LouTheDesigner

New Member
I would strongly recommend implementing a simple photo gallery using lightbox (just google it). It's remarkably simple to use, and pretty elegant-looking to anyone who's never seen it before.

-Lou
 

stefano2000

New Member
thank you lou

i have downloaded lightbox,what i have in the folder is: Js,images ,css & a index file do i upload these files to my site & add the Javascript to my html page where i would like the photo gallery? thank in advance,:)
 

LouTheDesigner

New Member
You add the following to the page that you want the gallery on:

<script type="text/javascript" src="js/prototype.js"></script>
<script type="text/javascript" src="js/scriptaculous.js?load=effects,builder"></script>
<script type="text/javascript" src="js/lightbox.js"></script>

<link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" />


You leave the downloaded javascript files alone. For the last line referencing the style sheet, you can open lightbox.css, and copy/paste all the code to your current stylesheet.

-Lou
 
Top