<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; ">Thanks, that works perfectly.<DIV><BR class="khtml-block-placeholder"></DIV><DIV>John</DIV><DIV><BR><DIV><DIV>On 27 Apr 2007, at 13:50, Peter Osburg wrote:</DIV><BR class="Apple-interchange-newline"><BLOCKQUOTE type="cite">using html as the renderer, you should do:<BR> <BR> html table with:[ html tableRow with: [ html tableData with: [] ] ]<BR> <BR> of course you can leave out the "with" messag but for having the code ready for further purposes you should use "with". later on you could do the following (if necessary)<BR> html table <BR>     id: 'any_id'; <BR>     class: 'any_class'; <BR>     with: [ anything ].<BR> <BR> John Brochan Collison schrieb: <BLOCKQUOTE cite="mid87E8FA12-2103-4F9B-AB77-BBE089AE71D8@collison.ie" type="cite">Newbie question:  <BR>   <BR> What's the correct syntax for creating html tables in Seaside? I've seen a few ways floating around, not sure if they're up to date. <BR>   <BR> John  <BR> _______________________________________________  <BR> Seaside mailing list  <BR> <A href="mailto:Seaside@lists.squeakfoundation.org">Seaside@lists.squeakfoundation.org</A>  <BR> <A href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</A>  <BR>   <BR> </BLOCKQUOTE> <BR clear="all"><BR>-- <BR><A href="http://www.peter-osburg.de">www.peter-osburg.de</A><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">_______________________________________________</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">Seaside mailing list</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><A href="mailto:Seaside@lists.squeakfoundation.org">Seaside@lists.squeakfoundation.org</A></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><A href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</A></DIV> </BLOCKQUOTE></DIV><BR></DIV></BODY></HTML>