Hello, I'm trying to build a website to show artwork, but I want a set of about 8 thumbnails at the side, and then when someone clicks on one of these it is shown in a larger area on the same page. Does anyone know how to do this? Thanks.
Hello, Rubin. You may use an iframe. An iframe is an area of the page where you can display the content of other document, for example, an image. The user clicks a link using an special parameter (target), and the image is loaded into the iframe area. The link would have the thumbnail instead of a text description. Good luck.
Go to dynamicdrive.com There you will find several free scripts to choose from that you can implement.