I have this code
<link href = "<?php echo base_url(); ?>css/style.css” rel=”stylesheet" type="text/css" />
which supposed to load the style.css from the css folder. The echo base_url() itself works.
I also have autoloaded the url helper, so i really don't see the problem here, but it still doesn't load.