.CSS file not linking

Hi. I’m putting my .CSS file in the same folder as index.html but my link to it is not working.

The index.html is showing in the browser, but unless I add the .CSS code in the head section it doesn’t work.

Any suggestions?

Thanks.

smitsky

I found this related Thread in the KB:

https://forum.infinityfree.com/discussion/1759/link-css-doesnt-work

smitsky3.epizy.com/

<link rel="stylesheet" href="content/css/app1.css">

Hey, I’ve just taken a look at your site - like MrJunior says, the correct tag is the tag. You need to change the tag in your head to the tag as shown above.

@MrJunior @rugulous It works! Thank you both so much!