html - Host Gator site not loading css file -


i registered doamin name host gator. uploaded index.html file , style.css file public_domain directory on host gator using ftp (filezilla). when go url dylan's portfolio can see site content in index.html file none of css rules apply. inspected page console , 404 error saying css file cannot found. have linked css file in index.html file using both relative , absolute paths , still cannot figure out. please :(

your directory structure issue.

place style.css in css folder within root_directory

root_directory  |-css    |-style.css 

or

edit html

<link rel="stylesheet" href="style.css"> 

hope helps..


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -