Thanks a lot, Lukas. It&#39;s good to know it can be done this way. I did discover that one can do this using CSS which makes more sense. <br><br>Ching<br><br><div><span class="gmail_quote">On 8/27/07, <b class="gmail_sendername">
Lukas Renggli</b> &lt;<a href="mailto:renggli@gmail.com">renggli@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
&gt; How do I set table attributes like &#39;bgcolor&#39; &#39;width&#39; etc., before,&nbsp;&nbsp;I would<br>&gt; do this:&nbsp;&nbsp; html attributesAt: &#39;bgcolor&#39; put: &#39;blue&#39;, etc.,<br>&gt;<br>&gt; Canvas does not allow this anymore.&nbsp;&nbsp;Help?
<br><br>Sure:<br><br>&nbsp;&nbsp;html table<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;attributeAt: &#39;bgcolor&#39; put: &#39;blue&#39;;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;with: [ ... ]<br><br>Note that this is invalid HTML and a CSS solution would be certainly much nicer.<br><br>Lukas<br>
<br>--<br>Lukas Renggli<br><a href="http://www.lukas-renggli.ch">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">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br></blockquote></div><br>