Forum Moderators: phranque
I have alot of experience designing sites. One thing that never refreshes, unless you hit refresh manually is CSS, cascading style sheets. One thing that always does refresh dynamic content on it's own is sql queries, so it is most likely your php is buggy.
It's sometimes amazing how often even manually "clearing cache" won't actually produce a "new version" page. Among the other things that can be problematic is simply forgetting to upload ALL changed files, INCLUDING your css file. You don't want to know how often I've done that....
My mistake, I was trying to grey-out a background image with certain include files. My mistake I finally found, was having the background image in a <td> tag and then later deciding to change it to the <table> tag. What I didn't do, was remove it from the <td> tag when I was done. I ended up with was the images in effect layered on top of each other. Everything looked great until I tried changing the background on certain pages. Thought I was going crazy!
Thanks for the responses and making me look back at my code to find the error. Cheers
Among the other things that can be problematic is simply forgetting to upload ALL changed files, INCLUDING your css file. You don't want to know how often I've done that....
I used to do that, drove me crazy. So I bought WebDrive and now work directly off the server. Besides my text editor, that was the best $40.00 I ever spent!
</off topic>