[Seaside] Body tag attributes

Nevin Pratt nevin@smalltalkpro.com
Tue, 23 Apr 2002 21:53:13 -0600


Hmmm,  seems that if you have a <body> tag with other attributes in the 
template, the other attributes are ignored.

For example: <body background="@mybackgroundimage.jpg">

This example gets changed to just a simple <body> tag by Seaside, and 
the background attribute is never recognized.

Nevin