Quote:
|
Originally Posted by Toad Thank you all for your advice.
I didn't do the seperate html pages for each image because that would be a lot of typeing, and I don't know how to write dynamic pages... yet.
Again, thank you all for your advice, especially about the wording for models.
Toad |
1 - Copy and Paste or
2 - Have all links in the same album point to album.html?imagename.jpg
In the content area, use a IMG tag for the placeholder.
At the end of the page, insert a script that sets the IMG src.
I'm recalling this from memory of 4 years ago, so forgive me if it's a little cryptic. I wrote my own gallery display in one XML file with an XSLT file just to learn some XML stuff. The XML file was a list of all albums with all images for each album. The XSLT file had the HTML, CSS, and javascript embedded. It displayed the thumbnails, displayed the images, and ran a slideshow all in one file (webpage) with content loaded on-demand so as not to load the whole gallery. The only problem was that some albums had a slew of images, and it didn't create seperate subpages for the blocks of thumbnails. Live and learn I guess....