Hi Donna - you can set the fragment layout to include text and in the text box copy the following code:
!!<<table width="400" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="100"><img src="image.gif" width="50" height="100"></td>
<td width="300">More text about the product here</td>
</tr>
</table>>!!
This will create a 400 pixel wide table with a 100 pixel wide cell for the image and a 300 pixel wide cell for the additional text - the width and height values are the image dimensions - change all to suit.
If you want to centre the table in the fragment include align="center" just after border="0"
Comment