[Seaside] body tag attributes

Avi Bryant avi at beta4.com
Wed Mar 19 18:42:20 CET 2003


On Wed, 19 Mar 2003, Nevin Pratt wrote:

> I'd like to add attributes to the automatically generated "<body>" tags,
> and it is not immediately obvious how.
>
> Specifically, how do I generate something like:
>
>    <body background="/images/background.jpg">
>
> I'm using Seaside 2.2x (whatever the version is/was on SqueakMap as of
> last week).

Does this work for you?

style
  ^ 'body { background-image: url(/images/background.jpg) } '

Avi



More information about the Seaside mailing list