Images for templates
Posted: Wed Dec 06, 2006 5:50 am
Is there a standard location outside the "uploads" directory where template images or files should be stored?
I'm creating my template from scratch and right now have a background image which in CSS looks like:
This feels awkward for me mixing my template images in with potential other images...
Am I on the right track or is there a better method?
I'm creating my template from scratch and right now have a background image which in CSS looks like:
Code: Select all
url('uploads/bkgnd.gif')Am I on the right track or is there a better method?