[ic] nested loops on results page

paul jordan interchange-users@icdevgroup.org
Thu Nov 7 16:04:00 2002


> i have looked through the archives, and there is some mention
> of this, but
> i still can't quite come up with the result i'm looking for.
>
> anway, i'm trying to basically find a way to modify the stock results
> page, to spit out records in <tr>'s three <td>'s wide, until
> it runs out
> of records, and then closes everything out. this is something i would
> normally do in jsp or php or whatever using nested loops.
>
> is there some other sexier way of doing this that doesn't
> require the use
> of nested loops that i'm not aware of? is there anyone that
> has something
> similar like this working that can give me some help.
>
> cheers,
> sach


Search for 'table-organize'

You can also hack something similar with 'prefix-alternate N'... which
is how I do it.

Paul