So I've got my own website, and I just made some adjustments to one HTML file and the global CSS stlye sheet file. On my computer, it looks as I want it. On my website however, the old settings are still adapted - the new HTML file is correctly displayed, but the new CSS settings aren't being adapted. I've tried the following:
What's happening here?
You can append a parameter after the css link to have the browser force refresh.
Each time you need a file refresed add ?
"style.css?1"
"style.css?2"
"style.css?3"
Also as Edu mentioned above, please make sure you're copying and linking the correct files.