This question has been asked several times, but I researched and still can't solve it. In one of my view file, I have (referencing to my css):
link rel="stylesheet" type="text/css" href="/application/views/screen.css"
The css file is in:
- www
- application
- view
- css
- screen.css
- system
I also tried to setup the css in the same folder under -www and use it directly by
link rel="stylesheet" type="text/css" href="css/screen.css"
My base url is set to "" because I develop locally. Is this the issue? I'm Using wamp server.
So what is the problem? Can anyone help?