Where you have:
Code:
<script type="text/javascript">
/***********************************************
* PHP Photo Album script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* Visit http://www.dynamicDrive.com for hundreds of DHTML scripts
* This notice must stay intact for legal use
***********************************************/
var dimension="4X8" //Specify dimension of gallery (number of images shown), such as 4x2, 3x1 etc
var imagepath="http://www.longsconstruction.net/images/Pictures/Kitchens/Thumbnails/" //Absolute path to image directory. Include trailing slash (/)
var href_target="new" //Enter tar . . .
The script is expecting:
"4x8"
with a lower case x. This is breaking the script. Use a lower case x and see what happens, there could also be other problems. However, everything else looks basically OK.
Bookmarks