Re: [Zope] including Style Sheets
hey guys,
what is the best way to include style sheets using Zope? 1. There is the LINK tag, but what can I write in the SRC attribute?
Well, this is a nice idea, but I've found it to be largely broken in reality. It seems IE and Netscape both treat CSS differently depending on how it's inserted. *scream* ;-)
2. And then I can use the STYLE tag. <style> <!--#var my_stylesheet--> </style>
Is number 2 the better way in this case?
This is what I'd do, unfortunately.
What type needs the stylesheet to be? File, DTML method, DTML document
Whatever makes you happy. I use DTML methods a lot so I can adapt them on the fly. Chris -- | Christopher Petrilli Python Powered Digital Creations, Inc. | petrilli@digicool.com http://www.digicool.com
participants (1)
-
Christopher Petrilli