From: Timothy Wilson
> Or, if you insist that dates flow down the columns like I do, you could
use
> this untested revision of Max's solution:
Oh typical spine reaction I didn't read the dates, just assumed that it was
left/right as usual.
This untested code might work then: (The no-break tag <nobr> is really
underestimated. It can save loads of table tags.)
<table>
<tr>
<td><nobr>
<dtml-if "_['sequence-index'] <= (_['batch-size']/2)">
<dtml-var meeting_date>
</dtml-if>
<td>
<tr>
<tr>
<td><nobr>
<dtml-if "_['sequence-index'] > (_['batch-size']/2)">
<dtml-var meeting_date>
</dtml-if>
<td>
</tr>
</table>
Max M. W. Rasmussen, Denmark. New Media Director
private: [EMAIL PROTECTED] work: [EMAIL PROTECTED]
-----------------------------------------------------
Specialization is for insects. - Robert A. Heinlein
_______________________________________________
Zope maillist - [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
** No cross posts or HTML encoding! **
(Related lists -
http://lists.zope.org/mailman/listinfo/zope-announce
http://lists.zope.org/mailman/listinfo/zope-dev )