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
Post a Comment