Weird Editing Issue

Entertainment

Junior Member
Joined
Apr 23, 2012
Messages
174
Reaction score
19
[TABLE="width: 100%"]
[TR]
[TD]
Hey Guys,

I'm experiencing a really weird problem, when I change an image in /images/, it changes on the webpage straight away.

However when I edit something in the actual code of index.html, such as the tab name or something, it does not change?

Why is this?[/TD]
[/TR]
[/TABLE]
 
are you re-uploading the index.html after you make the modifications?
 
Browser cashing is messing with you. Add some query after the link, like www.yoursite.com/?=1234 , browser will read it like different page, cashe will be re-builded and you will see changes.
 
Back
Top