hi, im trying to build a page with many tables using two templates (tabl.tpl row.tpl) like such:
table
row
/table
table
row
/table
but what happens is that the previous row data is still around when the next table is constructed so i get.
table
row
/table
table
row
row
/table
is there anyone out there with this problem? how did you solve it?