I have this line in the head of a php.page
<link href="css/header.css" rel="stylesheet" type="text/css" />
LiveView in dw – shows everything formated well (css works)
f12 (using wamp) – also works well.
Now, I changed some line in header.css (for example cell padding) – then File – Save All
Live View still works – shows the changes correctly
But f12 (wamp) does not show the changes.
If I move header.css file from css folder to the root folder (and change the link) – wamp works well
But I want to have my css files in css folder, not in the root folder.
What is the solution, please?
Clear your browser cache. That should fix the issue.
You can do it automatically if you use ctrl+F5 in your browser.