I cannot get my CSS stylesheet to work with the Kohana framework that I downloaded and am using. I have been Googling nonstop for an hour now, and the solutions that others have suggested do not seem to fix my problem. This is the line of code that I have in my index.php file:
<?php echo HTML::style('/Applications/MAMP/htdocs/MOOCinator/media/css/bootstrap.css'); ?>
I have tried plain HTML as well as using the relative path for the CSS file. The CSS file's permissions allow it to be read by everyone. My webpage displays exactly as it should in the browser except for the CSS. Suggestions on how to fix this, please?
Thanks!