Dear fellow Zopistas So, thew CSS problem is solved by means of http://www.zopelabs.com/cookbook/1002248204 and ImageFile, though this is a strange thing (.css is not .gif of course). But how can other file types than images be used in the same way? My plan is to have an index_html that refrences two frames (<frameset>). However, the names for the frame pages need to added with ImageFile in order to allow for them to be known in my index_html.zpt. Using ImageFile the ZPT tags are not processed and using PageTemplateFile raises an error when displaying the plage. Any ideas are welcome kind regards André ----- Original Message ----- From: "Tino Wildenhain" <tino@wildenhain.de> To: "Andre Meyer" <a.meyer@hccnet.nl>; <zope@zope.org> Sent: Monday, December 01, 2003 12:51 PM Subject: Re: [Zope] ZPT and CSS
Hi Andre,
Andre Meyer schrieb:
Dear Tino
I understand that this is very annoying to you (and me). I have been looking at the source in Mozilla from the start and the link tag has always been there. Either this is a very minimal mistake that I make and just do not see it or I am having a fundamental problem with Zope. If you are willing to look at my code it is attached. Please, have a look at zpt/index_html.zpt. It currently uses an embedded stylesheet, but the link tag is still there. Trying to place that tag to other places, removing the macro, etc. have not changed the situation.
You didnt tell us you are referring to a filesystem based product here! And you did not check the URL to your included resource :-)
See http://www.zopelabs.com/cookbook/1002248204
You just use a File object instead of ImageFile.
HTH Tino Wildenhain