Sublime Forum

Problem linking css to html

#1

Hello I am having a problem with Sublime build 4113.

I put this link in my html file in the head tag and change the background color of my webpage and it works.

link rel=“stylesheet” href=“practice.css”

My problem is if, i leave my sublime running for a while and leave my the css file unoccupied or if i restart my pc and reopen my work and try to change my background color to a different color or try to make any other changes using the css file, Html dont respond to it. It’s like my css is not link with my Html file. What i have to do to get it to respond again is to delete my css file create a new one with a different name and then it will respond.

body{
background-color: lightcyan;

}

can someone assist me with this problem? Also i install sublime on other machines and its the same problem both on windows 10 and windows 8.

0 Likes