21 Apr
2002
21 Apr
'02
2:56 a.m.
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?
There are two ways to handle it. 1. Well you can do this via an inline css method. You can do that by creating a dtml method and using that to insert appropriately in to every page. 2. Create a css page in zope and then just reference it through the dtml standard header.