0

css not appering

When I code the the css (I am using external) it does not effect the html document. I am linking it in but nothing happens. How do I fix this? What is the full format for the css document?

13th Aug 2016, 7:58 PM
Jason Karl
3 Answers
+ 1
Without seeing the code its difficult to diagnose. The usual suspects are: misspelling in the link, link not in the head section of html, file path (depending on location of html file and css file) not properly specified, or some error early in the stylesheet causing it to all fail. Check through those and see if its an easy fix. Otherwise, seeing it would help. Good luck.
13th Aug 2016, 10:33 PM
Jason
0
you can check Chrome inspector, if it can't load file its tell that
14th Aug 2016, 7:34 AM
Subhas Sing
Subhas Sing - avatar
0
There are many factors that may contribute to this. Check to see if the .CSS file path is the right path written on the <link> element. Else if it doesn't work, check to see if you are using the right classes or ids. Else, clearly check your lower and upper case Ids and classes.
14th Aug 2016, 8:09 AM
Genesis