In css file of my Code Igniter project, if i try to include any image file as background then it is not working. background-image(file name). The image is not displayed. Is there any solution?
This is not a valid answer and i have tried this. but this doesnot work. Any one CodeIgniter expert please help me. How to make a background-image(file name) work in code Igniter.
This really has nothing to do with CodeIgniter. Most likely, it's going to be an issue with the paths. You're better off using a DOM inspector (like Firebug) to inspect it.