Question
CSS not loading when using <noscript> tag
Hi,
I’ve setup my droplet today (Ubuntu 14.04 x64) and nameservers for my domain. I Installed lamp on my server and I configured SFTP. I uploaded my website and template for it is here
And when I went to see how my site looks it didn’t have any CSS. In the template all css is being called like this.
<noscript>
<link rel="stylesheet" href="css/skel.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-noscript.css" />
</noscript>
I removed <noscript> tag and site wasn’t responsive. I know it is the hostings problem because before DigitalOcean I was on Bluehost. And there it worked fine.
If anyone can help me with this problem I would be really thankful because I really like DigitalOcean.
Thank you in advance.
- Chempo
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×