[ Fintragh's Homepage ][ Links & Feedback ][ Hostess Bio ][ Interdisciplinary Units ][ Tidbits ]
[ Art Smart ][ Art History ][ Properties of Design ][ Lessons & Activities ][ Educational Links ]

[ HOME:Images ][ Creating Thumbnails ][ Adding Thumbnails to a Web Page ][ Sample Thumbnails ]



Fintragh's 
Lesson Plans and Activities

Adding Thumbnails
For Your Web Page



Now that you have learned how to create a thumbnail image using PSP (or another graphics program) it is time to put them to use on your web page. Remember that a thumbnail image is a smaller version of another image. In order for either of these images to appear they must be located in the same folder as your webpage or linked to a folder that is located on another site. For our purposes we will be keeping all our files in one folder.

The URL is the address or location of your file. Note that the address box at the top of your screen displays the URL for this web page. To view the URL for your image that is uploaded to the internet you would first bring up the image using the file manager where your image files are located. You can then highlight the address, copy it, and then paste it into your code.

For this class your images will be stored in your personal folder for this class. Since we will not be placing these pages online you will need to use the URL that links the image to that folder. You can find the URL for your image by going to your file folder, back click on it and open properties. You will need to add the name of your image to the URL shown. It is important to keep your folder and file names informative but simple.

Thumbnails are mainly used as image links that you click on to go to the full sized version of the image or a webpage. You will see how both of these are accomplished below.

For those of you who did not use PSP (or another graphics program) to create your thumbnails you can use an online program such as MyImager to create a thumbnail image.



You have already begun contructing your web page in a previous lesson. You have also been shown how to add an image and create a simple table. Adding a thumbnail is done in the same way but first you need to decide how you want your thumbnails to appear. View the Sample Thumbnails page for ideas.

Once you have selected a layout you need to build your table. Remember to place your image between the cell code of your HTML of your web page.
<table> <tr> <td> <img src="URL of thumbnail image" width="80" height="80" alt:"name of image"> </td> </tr> </table> You can replace the height and width of your image but remember that thumbnails are meant to be small. Remember that you can find the measurements of your image from your graphic program.



To make the thumbnail clickable to take you to the full sized image we must add another line of code.
<td> <img src="URL of thumbnail image" width="80" height="80" alt:"name of image"> <a href="URL of full image"><img src="URL of full image"></a> </td> Note that this is just like a regular link, but we are using an image instead of text for the link.



This is how one sample of using thumbnails might look.

Huntington Family Crest

It is important to set your cell widths wide enough to accomodate the size of your thumbnail.

Moundbuilders carved by Charles Monroe Huntington

Don't forget that the 'alt' part of your code is what lets you add a roll-over title to your image.

Tile Mural by Christine Beth Stark

Substitute your text here. Remember not to center align the text cell unless that is how you want the text to look.

Wedding Candle by Jaclynn Anne Huntington

If your text seems to stretch out one of the boxes you may need to go to a smaller font size or change the height of each row.



Below is the code for this thumbnail example. You may copy and paste the code into your web page. However you must change the image, link, and text information to reflect your own work.




Using a thumbnail (or any image) is done in much the same way. But instead of using the URL of the full sized image you would use the URL of the webpage you wish to go to.

<td> <img src="URL of thumbnail image" width="80" height="80" alt:"name of image"> <a href="URL of webpage">The URL or name of the Webpage</a> </td>

Created 06/23/02
Updated 07/10/02

Email me at: jhuntington@spbs.net
OR
Email Fintragh Dragana