lebaneseblonde252 Posted January 28, 2018 Share Posted January 28, 2018 I uploaded my html/css for my website but the css is not working on the website can anyone point me to a solution. Website: https://freddcarr.byethost13.com/?i=1 Quote Link to comment Share on other sites More sharing options...
lebaneseblonde252 Posted January 29, 2018 Author Share Posted January 29, 2018 11 hours ago, PlanetCloud said: Hi, It seems that you had typed in the wrong CSS path/filename How do I correct this? Quote Link to comment Share on other sites More sharing options...
smail Posted January 29, 2018 Share Posted January 29, 2018 Quote Link to comment Share on other sites More sharing options...
lebaneseblonde252 Posted January 29, 2018 Author Share Posted January 29, 2018 1 hour ago, PlanetCloud said: Its easy, just check your syntax. Note : case sensitive. Error 404 is the most easiest to fix. I'm new to this is it possible for you to walk me through it? Quote Link to comment Share on other sites More sharing options...
Angel Posted January 29, 2018 Share Posted January 29, 2018 1 hour ago, lebaneseblonde252 said: I'm new to this is it possible for you to walk me through it? It seems that your file names are correct, but they are not located in a "css" folder. Are you using a site builder or creating the site yourself? Quote Link to comment Share on other sites More sharing options...
lebaneseblonde252 Posted January 29, 2018 Author Share Posted January 29, 2018 29 minutes ago, Angel said: It seems that your file names are correct, but they are not located in a "css" folder. Are you using a site builder or creating the site yourself? Creating the site myself. Quote Link to comment Share on other sites More sharing options...
Angel Posted January 29, 2018 Share Posted January 29, 2018 1 hour ago, lebaneseblonde252 said: Creating the site myself. Alright, then, in your CSS links, you'll need to remove the "css" folder, example: <link rel="stylesheet" href="css/style.css"> goes to <link rel="stylesheet" href="style.css"> Quote Link to comment Share on other sites More sharing options...
lebaneseblonde252 Posted January 29, 2018 Author Share Posted January 29, 2018 22 minutes ago, Angel said: Alright, then, in your CSS links, you'll need to remove the "css" folder, example: <link rel="stylesheet" href="css/style.css"> goes to <link rel="stylesheet" href="style.css"> You're a lifesaver wish I had seen the mistake earlier. Quote Link to comment Share on other sites More sharing options...
Angel Posted January 29, 2018 Share Posted January 29, 2018 8 minutes ago, lebaneseblonde252 said: You're a lifesaver wish I had seen the mistake earlier. No problem! Quote Link to comment Share on other sites More sharing options...
AA22Dev Posted March 16, 2018 Share Posted March 16, 2018 On 1/29/2018 at 0:03 AM, lebaneseblonde252 said: I uploaded my html/css for my website but the css is not working on the website can anyone point me to a solution. Website: https://freddcarr.byethost13.com/?i=1 Hi, you can simply transfer all you css files to /.htdocs/css folder instead of renaming the css path in each and every file of your website Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.