On 12/7/05, Paul Reznicek <[EMAIL PROTECTED]> wrote: > The result should looks like: > <table> > <tr> > <td>Alfred is 15</td> > <td>Mary is 17</td> > <td>Bob is 25</td> > </tr> > ... > <tr> > <td>Molly is 22</td> > <td>Manfred is 33</td> > </tr> > </table>
If all you really want to do is have the names and ages displayed next to each other, why not use ordinary nevow:render="sequence" along with CSS? A demonstration of the stylesheet you'll need is at <http://tw.ecritters.biz/html_examples/tile/>. _______________________________________________ Twisted-web mailing list [email protected] http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-web
