hi, I have a common layout but want to place different text depending on the content of variable i.e.:
<? IF checkvar == 'blah' ?> <td>Blah text :</td><td><? var1 ?></td> <? END ?> <? IF checkvar == 'hoho' ?> <td>Hoho text :</td><td><? var1 ?></td> <? END ?> ..... <? IF checkvar == 'eho' ?> <td>Eho text :</td><td><? var1 ?></td> <? END ?> It is a little bit more complex, but U get the idea, Depending on 'checkvar' text is different but variables stays the same... (Using IF's in this seems very ugly ) Probably some combination of WRAP and BLOCK, but still can;t figure out !!! ===== iVAN [EMAIL PROTECTED] =====
