Forum Moderators: mack
thanks
J
Browser cache issue/text file busy: When you upload a file to a server, the server locks the file while uploading. On some connections, this can take a second or two to unlock after uploading. In a scripting environment, the server will return a 500 error if the script is requested during that time ("text file busy.") For a static page, it will return a blank page.
If the page is requested during this time, your browser may cache the blank page. So the short story: try clearing your cache and recall the page.
Coding error: One misplaced quote can case and entire page to be interpreted as an element attribute. Make sure the page code validates:
[validator.w3.org...]