[eluser]edelcal[/eluser]
I'm building a website and I'm having a hard time loading a stylesheet. If I place it within the images folder (which is in the root folder), everything works just fine, but if I create a folder called "styles" or whatever other name and place the css file in it, the page refuses to load the stylesheet, even though the path is 100% correct.
Why does it only work when the stylesheet is inside the images folder but not when it's placed in any other folders? Does it have anything to do with setting permissions or something like that? I don't remember doing anything special with the images folder, but somehow it's the only one that can hold the stylesheet as of right now.
Even funnier, when I place the stylesheet in the root folder, it doesn't work either! I am sure the paths are 100% correct. I have a view called "header" that is loaded in every page, and that's where I set the path for the stylesheet.
Any help would be really appreciated. It's driving me crazy!!

nake: