|
A.J. Angel
Joined: 01 Aug 2008 Posts: 45
|
|
|
|
|
|
|
Posted: Sun Jul 12, 2009 2:34 am Post subject: Template displayed if trades exist? |
|
|
|
|
|
|
|
|
|
|
Hello Kaktusan,
I would like to inquire if it is possible to display the template from LO only if trades exist. And if trades don't exist, the template is not displayed. I have the following template below set up. Thank you!
Kind Regards,
A.J. Angel
Code: | {tradelinkformat,<td><a target="_blank" href="{url}">{anchor}</a></td>}
<div id="featuredsites">
<img src="http://images.exquisiteangelz.com/featuredsites.png" width="375" height="100" border="0">
<br>
<table align="center" cellspacing="5" cellpadding="0" border="0">
{tradestable,1-0,3}
</table>
</div> |
|
|
|
|
|
|
|