First Image

Second Image

I used the following code:
$$ITEM_BEGIN
<table>
<tr>
<td id='td1' align='center' valign='center' ><img src="$$ITEM_PICTUREFILENAME" width="95" height="135"></td>
</tr>
<tr>
<td id='td1' align='center' width='120'>$$ITEM_TRANSLATEDTITLE</td>
</tr>
</table>
$$ITEM_END
But I do not know anything about HTML, so it is difficult for me to make it.
Thanks.