TABLE MAKERS
http://www.webenalysis.com/table-tag-generator.asp

Basic HTML Tag
Code Generator
http://www.ibdguy.com/makehtml/

Using Image as Link
Bonus Combination
When the Anchor Tag and the Image Tag both have a URL, this generator will create a combination to show how to make an image into a link. For, example, a combination of this type is often used for linking a thumbnail to a full size image
http://www.ibdguy.com/makehtml/index.php#linkimg
Chose Your Background

xxxxx backg

xxxxx backg
[Text Here] [Text Here]
[Text Here] [Text Here]
This is just an exsample Michelle, next you need to resize your images, to make them all about the same size, with a images resizer or thumbnails. and maybe three or four columns, and as many rows as you need.
This the code I used,  I replaced the [Text Here] with the images tags I created on.
http://www.ibdguy.com/makehtml/
When you create them just copy the HTLM code, and insert it in the body anywhere you want it.
I got the images URL's by right clicking on them and getting the properties code of the images on your page. The URL must have http://  on them.
<table border="3" cellpadding="04" cellspacing="3" align="left">
<caption align="top">Chose Your Background</caption>
<tr>
<td><img src="http://www.oocities.org/michellemg2000/AFBG4.jpg"> <br>xxxxx backg</td>
<td><img src="http://www.oocities.org/michellemg2000/aquafoil-back.jpg"> <br>xxxxx backg
</td>
</tr>
<tr>
<td>[Text Here]</td>
<td>[Text Here]</td>
</tr>
<tr>
<td>[Text Here]</td>
<td>[Text Here]</td>
</tr>
</table>