> How do I set table attributes like 'bgcolor' 'width' etc., before, I would
> do this: html attributesAt: 'bgcolor' put: 'blue', etc.,
>
> Canvas does not allow this anymore. Help?
Sure:
html table
attributeAt: 'bgcolor' put: 'blue';
with: [ ... ]
Note that this is invalid HTML and a CSS solution would be certainly much nicer.
Lukas
--
Lukas Renggli
http://www.lukas-renggli.ch_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside