hi
i have set the toplist trades with no problem, however when i use the code
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><a href='tp/out.php?to=%%DOMAIN1%%&link=top' target="_blank"><img src="%%THUMB1-1-1%%" border="1"></a></td>
<td><a href='tp/out.php?to=%%DOMAIN2%%&link=top' target="_blank"><img src="%%THUMB2-1-1%%" border="1"></a></td>
<td><a href='tp/out.php?to=%%DOMAIN2%%&link=top' target="_blank"><img src="%%THUMB3-1-1%%" border="1"></a></td>
<td><a href='tp/out.php?to=%%DOMAIN2%%&link=top' target="_blank"><img src="%%THUMB4-1-1%%" border="1"></a></td>
<td><a href='tp/out.php?to=%%DOMAIN2%%&link=top' target="_blank"><img src="%%THUMB5-1-1%%" border="1"></a></td>
</tr>
</table>
to my index site wherein it will display the the sites and image thumb , nothing shows. From the test preview in scriptpulse it shows the image correctly.
what should be the mistake here? im using the smart-thumb script and creating archive from the template index.html where im putting the script above.