Click to See Complete Forum and Search --> : Dreamweaver Actions???


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>

ryanbutler
07-08-2008, 11:47 AM
Making an extension would probably be the best option. How to make them, not a clue, but Google searches would probably turn up something. Or look at Project Seven's gallery solutions.