Matt Haggard wrote:
> So what about images in CSS files?  I can't use helper functions
> there...

Make them relative to the url the CSS file lives in, eg:

.foos { background-image: url(../img/foo-bg.jpeg) }

(assuming this css file is at public/css/style.css and the image at
public/img/foo-bg.jpeg)

Alberto

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to pylons-discuss@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to