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?
Code: Select all
url('uploads/bkgnd.gif')Code: Select all
url('uploads/images/bkgnd.gif')Code: Select all
url('uploads/images/your_template_name/bkgnd.gif')