Forum Moderators: phranque
I'm coming across a strange issue:I designed my pages with some tables with their specific colours;off line the site looks fine but when I upload the pages,the on line result is disappointing:colours shades are quite differents!
Is Anyone able to explain me why?.htaccess issue?
Thanks in advance
Sincerely
This is most likely file-related. The server doesn't enter into it, unless you are rewriting the URL of the off-color page, its stylesheet, or perhaps an external JavaScript file (if you're using one to adjust colors on the fly), and have failed to update those files to the server.
If you have not configured your server to return proper Cache-control and Expires headers, then you may need to flush your browser cache to force your browser to fetch fresh copies from your server.
Bottom line is that a server is basically a network hard drive with files accessed by URLs instead of by filepaths. Any problems having to do with the HTML page content are unlikely to be caused by your server.
Jim