[htmltmpl] How to display results at pre-defined spots in output?
Brought to you by:
samtregar
From: Nishikant K. <nk...@we...> - 2003-11-15 14:02:35
|
Hello list, How can I display the retrieved results at predefined spots in the output template, using a tmpl_loop? Here is the exact problem: I retrieve 8 members from db, create a tmpl_loop and display them in the template in 4 rows. But, I want these members to be at certain spots: Member-2 Member-5 Member-7 Member-1 Member-3 Member-6 Member-4 Member-8 Can it be done? Thanks, Nishi |