The CSS files are all in the same root folder as the html files. What is strange is that I have linked my other pages (HOME, ABOUT ) page to the css file and transferred all the embedded page styles to the external style sheet and it works. This is awefully frustrating as I just cant seem to debug this one.
Hi Sherman, If you've linked the other pages without any problem, why don't you just copy & paste the header of the home by example, and try? Or duplicate the home.html file and paste the content of the internal after the BODY tag? Hope this work. Cheers!
Have you made sure that you have deleted the embedded style also? Inline style conditions will override those in the externally linked css file, especially if they are placed after the <link> tag in your markup. Use one or the other.
Hi Sherman, i can think of 3 possible options here:
1. you havent linked it correctly 2. you havent named the file correctly (forgot to name it .css maybe?) 3. You forgot to close one or more tags in the actual .css document and this causes problems?
Have you tried to remove for example the ie.css tag and just load one .css document? Maybe you have a problem there.. But i would still say its something technical.