I can not edit css files [closed]

-2

Before I did not use PHP I used only HTML and CSS to develop the project but there was a need for PHP, so I had to use XAMPP too, but I happen to have modified HTML files for PHP and now I can not edit my CSS files.

I can edit the files I have changed to PHP but to edit the CSS files that are linked with PHP does not change the page, I change what I want but it does not take effect.

Could someone show some solution? Because before when I did not use PHP I could edit normally, not anymore.

    
asked by anonymous 26.01.2017 / 17:55

1 answer

2

Run the site in your browser and open the source code, and try to access the linked CSS file. If it does not exist, get the link!

Some servers need a slash at the beginning of the file: /

The bar indicates root folder. Example: '/css/files.css'

If it is correct, press CTRL + 5, you may be editing it, but there is a cache in the browser.

    
26.01.2017 / 18:11