Anime Kidd
Explorer
I am having trouble with Firefox and some Cascading Style Sheet troubles. I'm currently redesigning the layout of my site and am using CSS. I always work with IE as the browser while I write the html code. Now I am done with everything, but Firefox won't use the style.css file for any text formatting that I want, it just uses the standard web settings for the font, link colors, etc. Here is the html text that I use to link to the css file:
What is going wrong? It works wonderfully in IE, but FF just won't recognize the css file. I even tried to make a direct link to the css file, but it still doesn't do it. Maybe its because its not on a webserver?
For now I have the color scheme set up to account for Firefox's lack of css support in this case. This sucks as Firefox is my favorite and only browser I use. I don't want to see my site looking unfinished.
Code:
<LINK REL=stylesheet TYPE=text/css HREF="style.css">
What is going wrong? It works wonderfully in IE, but FF just won't recognize the css file. I even tried to make a direct link to the css file, but it still doesn't do it. Maybe its because its not on a webserver?
For now I have the color scheme set up to account for Firefox's lack of css support in this case. This sucks as Firefox is my favorite and only browser I use. I don't want to see my site looking unfinished.
