Forum Moderators: coopster
Image Target Here
thumbnail
thumbnail
thumbnail
Description and content would go here
this would be static information.
I am assuming the thumbs and the full size images already exist
is the description and content in a db? or is it on a page that might have a name of some significance that can be used by a script?
are your image names/paths in a db?
if not do they have unique names that can somehow be tied to the destination page/content?
hard to explain it with out a lot more info
as your site grows you might find the plain vanilla way causes more work but you can always address that at that time
when I automate these types of things I usually use a common naming cionvention for images/pages.
so the full size image would be
mydescriptivename.jpg
thumbnail would be
t_mydescriptivename.jpg
pagename would be
mydescriptivename.html
that makes a dynamic approach easier and also makes everything have a nice juicy name ;)
sometimes I do the same thing with id's, all depends on what I have available on a project