Hey all,
I have a simple link tag in head tag:
Code:
<link rel="stylesheet" type="text/css" href="../public/stylesheets/application.css" />
The file is located in template.php. The directory it's in is called views and a directory called public is at the same level as views. So I go one directory up to get to public and then there's a directory called stylesheets in public and a file called application.css within that. So I am not sure why the browser can't find the stylesheet.
Thanks for response.