[Twisted-web] Nevow - how to render sequence into 3 column table

Leif K-Brooks eurleif at gmail.com
Wed Dec 7 09:24:19 MST 2005


On 12/7/05, Paul Reznicek <maillists at ivsn.com> 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/>.



More information about the Twisted-web mailing list