This question has been asked several times, but have not found the right answer which will work on my project.
my CSS file liking
<link rel="stylesheet" type="text/css" href="assets/css/style.css"/>
The css file is in:
-main_directory
-Application
-Assets
-css
-style.css
-System
I also tried to link css using base_url href="<?php echo base_url('assets/css/style.css');?>"
but it doesn't work for me.
So what is the problem? Can anyone help?