Please Help Me!!
Posted: 2009-05-28 06:44:50
I want a script that the end result to be like that appears in the first image, but I can only make it as the second image, can someone help me?
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.
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.