Nope Image paths are always relative to the current css file (execept that you use absolute paths). I always put an "images" folder inside css folder, and call my images like
background:url(images/image.png); On 8/18/06, Simplerules <[EMAIL PROTECTED]> wrote: > > How can I use images in the CSS file? I need to get the correct file > location - which would need to be set by Cake PHP. > > > > > -- Armando Sosa www.nolimit-studio.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php -~----------~----~----~----~------~----~------~--~---
