Re: [Zope3-Users] CSS path

2006-10-21 Thread Stephan Richter
On Saturday 21 October 2006 16:49, Mikhail Kashkin wrote: > Now I'm adding this strings, In Zope2 I used DTML. Is it right? And what is > right way in Zope3 for this case? Use ZRT Resource. http://svn.zope.org/z3c.zrtresource/trunk/src/z3c/zrtresource/README.txt?rev=69512&view=auto Regards, Step

[Zope3-Users] CSS path

2006-10-21 Thread Mikhail Kashkin
Hello, I'm using images in CSS, this mean that I need to use paths in style declarations, for example:: body { margin: 0pt; background: rgb(37, 54, 76) url('background_pattern.png') repeat scroll center top; } I'm adding images and css file as resources (browser:resource). This