Forum Moderators: open

Message Too Old, No Replies

thumbnail pix and pages

         

coop66

6:11 pm on Nov 7, 2004 (gmt 0)

10+ Year Member



What is the easiest way to make thumbnails and make it so if you click the pic it goes full size? The old way I did it seemed way too involved. There has to be a really simple way...

coop66

6:12 pm on Nov 7, 2004 (gmt 0)

10+ Year Member



sorry, forgot to mention it was for dreamweaver mx

Joe Belmaati

6:27 pm on Nov 7, 2004 (gmt 0)

10+ Year Member



Hi coop, I can't remember whether DW has an automatic thumbnail function, but granted that you've got the small thumbnail image and the large source image, you can do it like this:

<a href="/images/path-to-large/image.jpg" target="_blank" alt="some hover text"><img src="/images/path-to-small/image.jpg"></a>