Re: Apparent Nesting Problem

2005-04-27 Thread Derrick Spell
On Apr 25, 2005, at 11:54 PM, Ben Kim wrote: [$ if ($background eq 1) $][$ else $][$ endif $] [- $background = !$background -] I had a simlar problem when I upgraded from 1.3 to 2.0. You should honor the table structure first and fit conditions or loops around it. I.

Re: Apparent Nesting Problem

2005-04-25 Thread Ben Kim
> [$ if ($background eq 1) $][$ > else >$][$ endif $] > [- $background = !$background -] I had a simlar problem when I upgraded from 1.3 to 2.0. You should honor the table structure first and fit conditions or loops around it. I.e. you should arrange the ifs and loo