Hi,
My template file look like
<table>
<tr>
<td>[blk_1.title;block=td]</td>
<td>[blk_2.title;block=td][blk;block=tr+tr;serial]</td>
</tr>
<tr>
<td>Banner here</td>
</tr>
</table>
|
if my data have many rows it will display many banner.
Now I want to display just only 1 banner after (below) first row.
I try to use conditional display in second <tr> with [blk.#]=1 but unsuccessful. Please help me. Thanks!