You can create your own Photoshop CS2 web photo gallery rather easily.
See also:
http://www.cellbio.duke.edu/faculty/...Help/help.html
Quick Tips:
Go to:
C:\Program Files\Adobe\Adobe Photoshop CS2\Presets\Web Photo Gallery\
You'll see all of the existing styles in there. Copy one of the folders, then edit each of the pages. You can use Dreamweaver to edit the pages.
Looking at the source code, you'll see things like "%TITLE%" and "%PAGE%" -- place these within your code where you would like them to show up.
A couple of important things to consider. These things drove me crazy for a couple hours, but they are simple enough to over come once you understand what PhotoShop is doing.:
- Whatever you decide to name the folder will automatically appear within Photoshop when you File > Automate > Web Photo Gallery
- I think all files found in the "images" folder will get picked up during output (or maybe PSD parses for "<IMG" and <linkrel" for the CSS styles.
- When editing, the HTML files must be formatted for PC (\r\n)
- Each <td> or "thing" that may disappear (e.g. previous, next, etc) needs to be aon a seperate line. PSD removes the entire line that contains the dynamic thing.