Using Thumbnails
Lesson 3
Here is the code we ended with in the last lesson.
<p align=center><a href=big.jpg><img src=small.jpg></a>
We are going to add a border=0 statement to the thumbnail image to remove the border
<p align=center><a href=big.jpg><img src=small.jpg border=0></a>
Check it out, when you click on the thumbnail, it takes you to the larger image.