Take the following table:
<table>
<tr>
<td>
XXX
</td>
</tr>
[* if ($t) { *]
<tr>
<td>
YYY
</td>
</tr>
[* } *]
</table>If $t is true it works. If $t is false, the whole contents of the table will be skipped, even the XXX part. (This is in 2.0b8) Jochen -- Jochen Topf [EMAIL PROTECTED] http://www.remote.org/jochen/ +49-721-388298 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
