Hi all.
Just a heads up.
Notice the width attribute
<th width="200">Table Header</th>
According to w3, it is deprecated.
https://www.w3.org/TR/html401/struct/tables.html#h-11.2.6
When I send the message
html tableHeading width: 200; with:'Table Header'.
I get a DNU.
I can get around it with the attributeAt:'width' put:200 construct.
cheers
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside