Lukas, thanks for all the information and I really appreciate it.  I&#39;m just trying to wrap my hands around the HTML part of the API.<div><br></div><div>-Conrad<br><br><div class="gmail_quote">On Thu, Dec 24, 2009 at 6:44 AM, Lukas Renggli <span dir="ltr">&lt;<a href="mailto:renggli@gmail.com">renggli@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">&gt; Lukas, I saw example within the JQGoogleLibrary and I guess the following is<br>
&gt; legal as well:<br>
&gt; <a href="https://gist.github.com/29774f07f9a1468140f9" target="_blank">https://gist.github.com/29774f07f9a1468140f9</a><br>
<br>
</div>Yeah, the setup is fine.<br>
<br>
    anHtmlRoot stylesheet<br>
        url: &#39;<a href="http://www.example.com/stylesheets/main.css" target="_blank">http://www.example.com/stylesheets/main.css</a>&#39;;<br>
        url: &quot;/stylesheets/one.css&quot;;<br>
        url: &quot;/stylesheets/two.css&quot;;<br>
        url: &quot;/stylesheets/three.css&quot;.<br>
<br>
The above code however will only include &quot;/stylesheets/three.css&quot;,<br>
because it creates a single style tag where the #url: attribute is<br>
overridden 3 times. This is exactly the same as with the rendering<br>
method #renderContentOn:<br>
<br>
The same goes for your #meta configuration.<br>
<br>
Furthermore in my version of Seaside #headElements returns an ordered<br>
collection. So I don&#39;t think that your code that calls #headElements<br>
works.<br>
<div><div></div><div class="h5"><br>
Lukas<br>
<br>
--<br>
Lukas Renggli<br>
<a href="http://www.lukas-renggli.ch" target="_blank">http://www.lukas-renggli.ch</a><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></div>