<HTML><HEAD><META http-equiv="Content-Type" content="text/html; charset=utf-8"></HEAD><BODY>I have created this page that has some data on it. However, this is only some of the content that I need.<div><div><br></div>I would like to make a two column table with one set of content on the left and one on the right. The only way I know to do this is to use a table. However, the Seaside table code doesn't want me to embed Seaside code as in:<div><div><br></div><div>leftHand: html<div><div><br></div>html text: 'Left hand side data'</div></div><div><br></div>rightHand: html<div><div><br></div>html text: 'Right hand side data'.<div><br></div><div><div><div><br></div>Simplistically, I tried:<div><div><br></div><div>makePage: html</div><div><br></div><div>html table: [ html tableRow: [ html tableData: (self leftHand: html).</div><div><span class="Apple-tab-span" style="white-space:pre">                                      </span>       html tableData: (self rightHand: html)]] .</div></div></div><div><br></div>but this doesn't work, of course. Can anyone suggest a nice Seaside way of doing this without having to resort to making the html for each table cell myself?<div>David</div></div></div></div></div><div></div></BODY></HTML>
<br><hr><pre>Message sent using Winmail Mail Server</pre>