CSS changes not reflected in browser view of page [on hold]

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP


CSS changes not reflected in browser view of page [on hold]



When I create a CSS file and I call it in the HTML file for the first time, it executes all its lines

and when I close the CSS file, HTML file and the Editor and open them again after a period to edit anything in the CSS file

The CSS file does not execute any line

to execute the changes in the file I Had to make copy to all lines in the CSS file and delete the original file

And I create a new CSS file and copy the old lines and change the name of the file in the CSS

I open the HTML file and modify the name of the CSS file in the line where I call the CSS file and thus the CSS file executes the modifications

Is there a solution other than that I do



This question appears to be off-topic. The users who voted to close gave this specific reason:





where is your code?
– mlegg
2 hours ago





I speak in general terms When you write something in the css file it works for the first time and when you close the file and reopen it does not execute the file in the css file
– Vic Iver
2 hours ago





Congratulations on writing the world's longest run-on sentence
– j08691
2 hours ago





"Commands" don't really exist in HTML/CSS. I'd assume you're missing a detail somewhere, but can't tell where unless you provide some code. What you're asking is totally unclear and no one on StackOverflow can help you with what was provided.
– CodeSpent
2 hours ago





I read your question 3 times and still don't understand what the problem exactly is and what question you are asking. Please edit the formatting of your post, make it clear what you're asking, use multiple sentences/paragraphs, provide code examples, and ask a more specific question than "is there a solution?"
– Luke Bordonaro
2 hours ago




1 Answer
1



If changes to your CSS file are not being reflected on your page, try clearing your browser's cache (your browser's cache is a collection of web pages, including the text, images, and most other media contained on them, that is stored on your hard drive) and reloading the page. Your CSS file may have been cached which is why your new changes are not being shown. By clearing the cache, the browser will have to read the file again and the new changes will be shown.



Read this for instructions on clearing the browser cache in Chrome.



Read this for instructions on clearing the browser cache in Firefox.





I use "selectBoxIt" CSS library to make a good select box after I close the Editor the beautiful select box is being Terrible I tried the cache in chrome and the select box is still Terrible. why ?? @hev1
– Vic Iver
1 hour ago





@VicIver I don't quite understand what you are saying.
– hev1
1 hour ago

Popular posts from this blog

Stripe::AuthenticationError No API key provided. Set your API key using “Stripe.api_key = ”

CRM reporting Extension - SSRS instance is blank

Keycloak server returning user_not_found error when user is already imported with LDAP