1) PHP Photo Album
2) http://www.dynamicdrive.com/dynamici...photoalbum.htm
3) Just cannot get the images to show up on one line as in pic 1 pic 2, they just keep stacking on top of each other. Have read through numerous past posts, and instructions, just can't get it to display properly.
The page I am using the experiment with is:
http://www.bluewaterboatlettering.com/gallery3.php
========================================
Fyi just incase, main css - http://www.bluewaterboatlettering.com/css/main.css
Getpic.php path: http://www.bluewaterboatlettering.co...ll/getpics.php
THX All !
4 pictures in that directory, size = 200x100 and 100x75
========================================
Within gallery.js:
var dimension="2x1"; //Specify dimension of gallery (number of images shown), such as 4x2, 3x1 etc
var imagepath="http://www.bluewaterboatlettering.com/images/boatSmall/"; //Absolute path to image directory. Include trailing slash (/)
========================================
Within gallery.css:
body {
/*<style type="text/css">*/
.slideshow{ /*CSS for DIV containing each image*/
float: left;
margin-right: 10px;
margin-bottom: 10px;
}
.slideshow img{ /*CSS for each image tag*/
border: 0;
width: 200px;
height: 106px;
}
#navlinks{ /*CSS for DIV containing the navigational links*/
width: 400px;
}
#navlinks a{ /*CSS for each navigational link*/
margin-right: 8px;
margin-bottom: 3px;
font-size: 110%;
}
#navlinks a.current{ /*CSS for currently selected navigational link*/
background-color: yellow;
}
body {
background-color: #0000FF;
}
</style>
}
========================================



Reply With Quote


Bookmarks