Hooded_Villian
07-07-2008, 04:50 PM
Something just popped into my head. Is there a way to make actions in Dreamweaver like in Photoshop?
For setting up galleries especially...
I have a gallery template and I would like to speed up the process of putting in the thumbnails, that when clicked opens up the bigger image.
But putting the file names in are a tad bit tedious...
For example:
<a href="large/20080901-(4).jpg" target="content" /><img src="thumbs/20080901-(4).gif" border="0" /></a>
<a href="large/20080901-(5).jpg" target="content" /><img src="thumbs/20080901-(5).gif" border="0" /></a>
For setting up galleries especially...
I have a gallery template and I would like to speed up the process of putting in the thumbnails, that when clicked opens up the bigger image.
But putting the file names in are a tad bit tedious...
For example:
<a href="large/20080901-(4).jpg" target="content" /><img src="thumbs/20080901-(4).gif" border="0" /></a>
<a href="large/20080901-(5).jpg" target="content" /><img src="thumbs/20080901-(5).gif" border="0" /></a>