Issue: CSS not working

Hi there, I have an urgent problem. The CSS on my website isn’t working. I think I’ve linked the CSS stylesheet to my php incorrectly. Please help me if you can

Link to my website where the CSS isn’t working:
http://sisterstudenthacks.epizy.com/

Href link I used on my php to link to the CSS:

<link href="http://sisterstudenthacks.epizy.com/css/sister_style.css" rel="stylesheet" title="style1"/>

You need to add that link tag above all HTML tags of your PHP file on your code.

3 Likes

I tried that but a lot of my CSS is missing when it shows up - like my navigation bar and the layout is everywhere. I’m not sure why it’s so wrong

http://sisterstudenthacks.epizy.com/?i=1

Your website seems fine from here. Could you check your website in private browsing mode and see if that helps? It could be bad cache in your browser.

1 Like

Oh yep thanks, it started working

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.