Hi
Im new to EE and i have a problem, and that is that the files that i keep outside the template folder (I have them in the EE folder root) wont apply, EXCEPT when i open up the site. If i navigate to one of the other pages it isnt working, same if i go back to the startpage.
example:
this one is working as it is a template:
<link rel="stylesheet" type="text/css" href="{stylesheet='styles/responsive'}"/>but if I do it this way and place the css file in the EE folder root:
<link rel="stylesheet" type="text/css" href="responsive.css"/>it doesnt work… except when first opening up the page as mentioned above.
Can anyone tell me what I am doing wrong?
(using EE locally btw)