[Zope-CMF] CMF 1.2b2 breaks Cleanskin
seb bacon
seb@jamkit.com
17 Jan 2002 11:38:19 +0000
Why not use dtml for the style sheet? Just call the file style.css.dtml
and you're away.
seb
On Thu, 2002-01-17 at 10:52, Jon Edwards wrote:
> > -----Original Message-----
> > From: Chris Withers [mailto:chrisw@nipltd.com]
> > Sent: 17 January 2002 10:32
>
> > I don't think these are necessary. Show me an example where you
> > _need_ to write
> > non-well-formed stuff...
>
> A CSS stylesheet? Where you're substituting the values for properties you've
> stored somewhere (in the Page Template's properties in my case) - as in my
> original example -
>
> > background-color: <span tal:condition="here/ttw_style_editing | default"
> >
> tal:replace"template/bgcolor_setting">#FFFFFF</span>
>
> I'm fairly new to ZPT, but I'm guessing the xml-namespace header stuff you
> have to use in ZPT would be part of the problem? Though perhaps you could
> use the "omit-tag" somehow, so that these are stripped out before the css
> file hits the browser?