Hi I created a table with 4 rows and 16 columns in HTML and I inserted an image in one cell and text in another until I had all my rows and columns. See my code below. My problem lies with the image: the image size is too big. I don't know how to get it to about the size of a thumbnail. Also the text isn't sitting right next to the image. Note: the image is on the left and the text is on the right side of the image. Any help would be greatly appreciated. Thanks.
<html>
<head>
<title> Cameron Cookies </title>
</head>
<body>
<table cellspacing="0" cellpadding="0">
<tr>
<td><img src="j0175514.jpg" alt="Chocolate cookies"></img></td>
<td>Chocolate</td>
<td><img src="j0408843.jpg" alt="Chocolate Nut cookies"></img></td>
<td>Chocolate Nut</td>
</tr>
<tr>
<td><img src="j0428480.jpg" alt="Macadamia Nut cookies"></img></td>
<td>Macadamia Nut</td>
<td><img src="j0182695.jpg" alt="Oatmeal Raisin cookies"</img></td>
<td>Oatmeal Raisin</td>
</tr>
<tr>
<td><img src="j0428480.jpg" alt="M & M cookies"</img></td>
<td>M & M's</td>
<td><img src="j0440992.jpg" alt="White Chocolate cookies"</td>
<td>White Chocolate</td>
</tr>
<tr>
<td><img src="j0387871.jpg" alt="Chocolate Pecan cookies"</img></td>
<td>Chocolate Pecan</td>
<td><img src="j0425515.jpg" alt="Chocolate Hazelnut cookies"</img></td>
<td>Chocolate Hazelnut</td>
</tr>
</table>
</br>Cookies are a great gift idea that everybody loves. Just give us a call or send us an e-mail 24 hours in advance and we'll create
a lovely gift bag or basket filled with an assortment of fresh, homemade cookies.
Thanks for visiting our website and be sure to come visit us in person here in Portland, Maine.
To place an order, click here. </p>
</body>
</html>