[Zope] Design/DTML question

2001-01-10 Thread Timothy Wilson
Hi everyone, I'm working on a Web page for our local school board. I'd like to create a table that would display links to past board meeting minutes. The table would look like this: (Note: dates are bogus) +---+ | Meeting Minutes | |

RE: [Zope] Design/DTML question

2001-01-10 Thread Max Møller Rasmussen
From: Timothy Wilson [mailto:[EMAIL PROTECTED]] Right now, I've got the dates stored in a TinyTable. I can iterate through that list and generate the links, but I can't figure out how to display the table in two columns. table width=100% border=0 cellpadding=4 tr align=left valign=top dtml-in

RE: [Zope] Design/DTML question

2001-01-10 Thread Dennis Nichols
At 1/10/01 04:44 PM, Max Mller Rasmussen wrote: From: Timothy Wilson [mailto:[EMAIL PROTECTED]] Right now, I've got the dates stored in a TinyTable. I can iterate through that list and generate the links, but I can't figure out how to display the table in two columns. alternating column

RE: [Zope] Design/DTML question

2001-01-10 Thread Timothy Wilson
On Wed, 10 Jan 2001, Dennis Nichols wrote: Or, if you insist that dates flow down the columns like I do, you could use this untested revision of Max's solution: table width=100% border=0 cellpadding=4 tr align=left valign=top td width=50% dtml-in meetingDateTable

RE: [Zope] Design/DTML question

2001-01-10 Thread Dennis Nichols
At 1/10/01 01:22 PM, Timothy Wilson wrote: On Wed, 10 Jan 2001, Dennis Nichols wrote: Or, if you insist that dates flow down the columns like I do, you could use this untested revision of Max's solution stuff removed This doesn't seem to work. The if statement only evaluates to true the

RE: [Zope] Design/DTML question

2001-01-10 Thread Max M
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