Little picture to big one
The small picture above is actually a "clickable link" to an elarged version of itself. Notice that the picture doesn't actually enlarge, it merely is used to direct the browser to another page containing a larger version. Both the large and small pictures must be on the site. The HTML code used is straightforward, the only thing I have done here that should require explanation is the use of the "target" parameter. By setting target="blank", I instruct the viewer's browser to open the large image in a separate window. After viewing the large image, the viewer can close the image window and be right back where they were on the previous page. If I had not used the "target" tag, I would have had to provide some means of returning to the previous page, and this seems to me to be quicker and easier. Please feel free to copy or make whatever use of this code that you wish. You may view the source code by clicking "view" on the menu bar followed by "source".