On my website, I have included the following line in the <head>
section:
<link type="text/css" href="C:/myApps/app1/images/css/12.02/main.css" rel="stylesheet" />
Upon viewing the page in Firefox 11.0, it appears that the main.css
file is not loading. In the page source, I can see the <link>
element as shown above, but when clicked, I receive an error message:
Firefox does not recognize how to open this address, since the protocol (c) is not associated with any program.
What steps should I take to resolve this issue?