-2
I’m trying to put the CSS within a subfolder with the include, but I can’t. I’ve used ../
, .../
, all kinds possible, but I can’t.
the structure of my project is like this:
- css[folder]/css.css
- pages[folder]/adverticios_user[folder]/anuncios.php
- includes[folder]/menu.php
I can only call the CSS for include up to the files that are in the "Pages" folder, but when I call the include from the menu, where you have all the links of CSS and so, he doesn’t come.
What code are you using? The
include
is from PHP or of CSS?– Valdeir Psr
is php include, in this include has the html tag up to body
– MarcosHeiner