Now, I would like you to save this background tile.
Add this to your <table> tag. You should now have this in your table tag:
<table background="tuttablebg.jpg" bgcolor="#C0C0FF" bordercolor="#000080" border="5" cellspacing="0" cellpadding="5">
Right click and save these pictures to your hard drive.
Now, make a table using these images, three rows and two columns, with a border="1", and the background that we just saved. Put the images in the first column on the table, and label the pictures in the second column. This is the code that you should now have:
<table background="tuttablebg.jpg" bgcolor="#C0C0FF" bordercolor="#000080" border="1" cellspacing="0" cellpadding="5">
<tr>
<td><img src="wateringcan.gif" width="110" height="130" border="0" alt="watering can"></td>
<td>Watering Can</td>
</tr>
<tr>
<td><img src="butterfly.gif" width="150" height="150" border="0" alt="butterfly"></td>
<td>Butterfly</td>
</tr>
<tr>
<td><img src="tutflower.gif" width="150" height="150" border="0" alt="flower"></td>
<td>Flower</td>
</tr>
</table>
 |
Watering Can |
 |
Butterfly |
 |
Flower |