<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1400" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi ZPT list,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I have a brief question.. I have a tal:repeat 
running from a db query, and i want to stagger the results in two columns, 
so</FONT></DIV>
<DIV><FONT face=Arial size=2>it will look like this:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>data1&nbsp;.. data2</FONT></DIV>
<DIV><FONT face=Arial size=2>data3 .. data4</FONT></DIV>
<DIV><FONT face=Arial size=2>data5 .. data6</FONT></DIV>
<DIV><FONT face=Arial size=2>data7</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I am using the odd/even checking and I&nbsp;ALMOST 
have this working.&nbsp; My problem is&nbsp;that since the repeat is on 
a&nbsp;&lt;span&gt;,&nbsp;</FONT>&nbsp;<FONT face=Arial size=2>and i have to do 
a lot of html &lt;td&gt; and &lt;tr&gt; formatting for each column, i can't 
properly close each row.&nbsp; Here's a psuedocode version of my 
setup.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&lt;span repeat&gt;</FONT></DIV>
<DIV><FONT face=Arial size=2>&lt;tr&gt;</FONT></DIV>
<DIV><FONT face=Arial size=2>if even, do &lt;span&gt;&lt;td&gt;left 
column&lt;/td&gt;&lt;/span&gt;</FONT></DIV>
<DIV><FONT face=Arial size=2>if odd, do &lt;span&gt;&lt;td&gt;right 
column&lt;/td&gt;&lt;/span&gt;</FONT></DIV>
<DIV><FONT face=Arial size=2>&lt;/tr&gt;</FONT></DIV>
<DIV><FONT face=Arial size=2>&lt;/span&gt;</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>You can see the problem is&nbsp;that I only want to 
close the&nbsp;tablerow&nbsp;after it does the right column.&nbsp; But I can't 
put the &lt;/tr&gt; there inside the odd column's condition, because it breaks 
because of what i assume are nesting problems.&nbsp;&nbsp;(a &lt;/tr&gt; inside 
the right column &lt;span&gt; tags, where the opening &lt;tr&gt; is way above it 
and outside the &lt;span&gt; tags)</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>for some reason i can't think of a logical solution 
to this using ZPT...... :(</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>any help/tips would be MUCH 
appreciated,</FONT></DIV>
<DIV><FONT face=Arial size=2>thank you</FONT></DIV>
<DIV><FONT face=Arial size=2>tim</FONT></DIV>
<DIV>&nbsp;</DIV></BODY></HTML>