[Seaside] Newbie Seaside and CSS question

Philippe Marschall philippe.marschall at gmail.com
Wed Feb 22 07:10:35 UTC 2006


> So, if anyone knows a better way or other ways, I'm all ears!
Add the id to the head element:

html cssId: 'header'.
html heading: self mainHeader level: 1

or with canvas api

html heading; id: 'header'; level1; with: self mainHeader

Philippe


More information about the Seaside mailing list