Although, if any of those images are referenced only in your CSS (backgrounds, header image replacement, etc) you should place them in a directory inside of the CSS dir and reference them relatively, like so:
background: url(your_css_img_dir/your_img.png); regular images: app/webroot/img/ CSS-referenced images: app/webroot/css/your_css_img_dir/ On Tue, Mar 4, 2008 at 9:24 AM, avairet <[EMAIL PROTECTED]> wrote: > > Hi Jason, > > Basically, CSS and images should be in "webroot/ccs" and "webroot/img" > directories, not in the App. > > Hope this helps you... > > BR > > Avairet > > > > > On 4 mar, 14:59, Jason <[EMAIL PROTECTED]> wrote: > > More noob questions. > > > > Where do I put my CSS in relation to the app folder? > > > > Where do I put my images in relation to the app folder? > > > --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
