[Zope] What is the Best Way to Include CSS Stylesheets in Zope
Dennis Allison
allison@sumeru.stanford.EDU
Sat, 20 Apr 2002 11:15:25 -0700 (PDT)
Put the link stuff in your <dtml-var standard_html_header> and it will
get found and applied automatically.
On Sat, 20 Apr 2002, Chris McDonough wrote:
> Upload the stylesheet as a DTML Method or a file and reference it by its
> URL in a link tag.
>
> zvi@12thplanetcafe.com wrote:
> > I would like for all of my Zope pages to use a CSS
> > stylesheet by default. Ideally I would be able to keep
> > the reference to the stylesheet in only one place in
> > Zope and have changes to the stylesheet filename
> > propagate globally.
> >
> > The Beehive book does not mention anything about how to
> > integrate CSS stylesheets into Zope. Does anyone what
> > is the best way to do so?