<div dir="ltr">Hi,<div><br></div><div>Thank you for your answer. </div><div>Do I need to split the <span style="font-family:arial,sans-serif;font-size:13px">STMenuComponent in 2 part to add the space then ?</span></div><div>
<span style="font-family:arial,sans-serif;font-size:13px"><br></span></div><div><font face="arial, sans-serif">//Dal.</font></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Feb 26, 2014 at 8:04 PM, Johan Brichau <span dir="ltr">&lt;<a href="mailto:johan@inceptive.be" target="_blank">johan@inceptive.be</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Dalarna,<br>
<br>
A space is typically generated in Seaside as follows:<br>
<br>
        html html: &#39; &#39;.<br>
<br>
Unless you need a non-breaking space:<br>
<br>
        html space.<br>
<br>
But you will have to put that somewhere else in the code of STMenuComponent, and not in the code snippet you show below.<br>
<br>
Hope it helps<br>
Johan<br>
<div><div class="h5"><br>
On 26 Feb 2014, at 19:25, Dalarna Ors &lt;<a href="mailto:dalarna1907@gmail.com">dalarna1907@gmail.com</a>&gt; wrote:<br>
<br>
&gt; Hi,<br>
&gt;<br>
&gt; I want to have some space between &quot;New Task&quot; and &quot;Logout&quot; how should I do ?<br>
&gt;<br>
&gt; initializeMenuComponent<br>
&gt;<br>
&gt;       self menuComponent:(StMenuComponent new<br>
&gt;               addEntry: &#39;All&#39; withAction: [self showAllTasks];<br>
&gt;               addEntry: &#39;Completed&#39; withAction: [self showCompletedTasks];<br>
&gt;               addEntry: &#39;Pending&#39; withAction: [self showPendingTasks];<br>
&gt;               addEntry: &#39;Missed&#39; withAction: [self showMissedTasks];<br>
&gt;               addEntry: &#39;New Task&#39; withAction: [self createNewTask.      ];<br>
&gt;               addEntry: &#39;Logout&#39; withAction: [self session logout. self answer: true];<br>
&gt;               yourself).<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; Best Regards<br>
&gt; //Dal<br>
&gt;<br>
&gt;<br>
</div></div>&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>
<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>
</blockquote></div><br></div>