I do web design and such freelance and a client is having this issue.
He's added a link to his index.htm page- I checked over everything so there's nothing wrong with the code. He uploaded this file to his hosting using Filezilla. But when you go to his website online, the changes that were made do not show up at all. It remains the same as before the changes. HOWEVER, when we right-click and choose to view the source of the page, the coding reveals the changes that were made.
I figured if the coding was wrong, the website would not appear properly, although I'm pretty sure the coding is proper. And I figure if he's uploading index.htm to the wrong directory, then we wouldn't be able to see the updated file when we view the source.
Please help. What is going on here? I don't know how to help him.Uploaded index.htm file, changes don't appear online but I can %26quot;view source%26quot; and see the changes- Please help?Try clearing browser's cache thoroughly. In fact, make sure browser's options are not set to update pages except when actually visited. After cleaning cache and any other browser temp Internet files, make sure you do a good refresh when you return to the site.
With FileZilla, after you edit a file while keeping FileZilla open, be sure to hit F5 to refresh local directory in FileZilla otherwise you upload the old unedited file.
Although the coding is there on the page when you view source, make sure there is no CSS which may have set the new code to not display. This is just a wild guess here. Two CSS properties that could do it:
visibility: hidden;
display: none;
RonUploaded index.htm file, changes don't appear online but I can %26quot;view source%26quot; and see the changes- Please help?that is strange, sometimes images may need to be refreshed but if you see the source and it's the new version... well that is the html that's composing the page you're looking at
I would tend to blame it on the code itself. maybe there's some reason the link isn't visible
for example sometimes I forget to close a previous tag and the entire link may end up as part of it
like:
%26lt;img src=%26quot;somepic.jpg%26quot; Go %26lt;a href=%26quot;http://www.mypage.com%26quot;%26gt;here%26lt;/a%26gt; now!
i'd try adding something, anything, just a %26quot;hello?!%26quot; somewhere else on the page just to confirm that you are actually seeing the updated page