> 2/ Delete the CSS file from the server. Boot. Upload the CSS file from the
> hardrive to the server. > I have tried this numerous time and even so the browser will still use the > CSS stylesheet it has cached. I have used a simple trick in the past which has worked for me: I "mis-spell" the css file reference on my index.html page, upload that page and I will get a "file not found" error message. Then I correct the mis-spelling and re-upload the file. It will now find the "correct" css file and read it. For example: <link rel="stylesheet" href="/css/global.css" type="text/css" /> is the correct reference. I mis-spell it to <link rel="stylesheet" href="/css/OLD-global.css" type="text/css" /> And upload index.html. This gives me an error since there is no OLD-global.css I then correct the mis-spelling and re-upload the file...and it is then found and read. Dan K. ______________________________________________________________________ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/