Yes, that&#39;s working (but whitout the colon in the last line)<br><br><div class="gmail_quote">2010/3/23 Richard Durr <span dir="ltr">&lt;<a href="mailto:richard.durr@googlemail.com">richard.durr@googlemail.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">.left, .right { width: 48% }<br>
.left { float: left }<br>
.right: {float: right }<br>
<br>
Could work.<br>
<div><div></div><div class="h5"><br>
<br>
On Tue, Mar 23, 2010 at 4:14 PM, Michael Delache &lt;<a href="mailto:vladmanchev@gmail.com">vladmanchev@gmail.com</a>&gt; wrote:<br>
&gt; Hi,<br>
&gt;<br>
&gt;   I&#39;m learning smalltalk and seaside and I need your help.<br>
&gt;<br>
&gt;   I&#39;m writing a web application in order to manage comix books.<br>
&gt; I got a working code so far and now I would like to get a good looking<br>
&gt; application.<br>
&gt; I have a list of comix (shown by their author&#39;s name) and a comix (like<br>
&gt; defined in my model, but I will, after that, show all info in place of that)<br>
&gt; just behind the list.<br>
&gt;<br>
&gt; What I would like is to have the list on the left and the comix details on<br>
&gt; the right but at same level.<br>
&gt;<br>
&gt; So far, I wrote a &#39;style&#39; methode like that :<br>
&gt;<br>
&gt;&gt; style<br>
&gt;&gt;     ^ &#39;<br>
&gt;&gt;     .left { text-align: left; }<br>
&gt;&gt;     .right { text-align: right}<br>
&gt;&gt;     &#39;<br>
&gt;<br>
&gt;<br>
&gt; and in my &#39;renderContentOn&#39;, I have :<br>
&gt;<br>
&gt;&gt;     html div<br>
&gt;&gt;         class: &#39;left&#39;;<br>
&gt;&gt;         with: [<br>
&gt;&gt;             &quot;rendering the list&quot;<br>
&gt;&gt;         ]<br>
&gt;<br>
&gt; ...<br>
&gt;&gt;<br>
&gt;&gt;     html div<br>
&gt;&gt;         class: &#39;right&#39;;<br>
&gt;&gt;         with: [<br>
&gt;&gt;             &quot;rendering the comix details&quot;<br>
&gt;&gt;         ]<br>
&gt;<br>
&gt; If you want, you can take a look at my application at<br>
&gt; <a href="http://mdelache.seasidehosting.st/seaside/BDTest" target="_blank">http://mdelache.seasidehosting.st/seaside/BDTest</a><br>
&gt; but it&#39;s a little bit lagging<br>
</div></div><div><div></div><div class="h5">&gt; _______________________________________________<br>
&gt; seaside mailing list<br>
&gt; <a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>
&gt; <a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
&gt;<br>
&gt;<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" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
</div></div></blockquote></div><br>