0
I put my header
and footer
inside a briefcase templates
which is inside the folder views
, when I try to load the CSS the browser returns the erro 404 - not found
, but I am following according to what the IDE shows to have no error.
Below the folder structure.
Views
assets
css
js
image
font
font_awesome
errors
template
header
footer
painel_view.php (pagina index)
Like bang inside of template
I need to upload a folder ../
and then enter Assets right?
<link rel="stylesheet" type="text/css" href="../assets/css/bootstrap.min.css">
The file of css
this inside the folder normally.
Placing with base_url you can access correctly?
– rray