Working offline on a website, files are in the same folder but won't link

Matt

New member
in IE. Html seems fine, Please Help? My images loaded from the same file work fine too, the html for the pages is: <li><a href="index25.8.09.html">Home</a></li>

The links appear on the pages but do not work. Need help please! Thanks
 
Your link should be the exact same as the file name. If the file is called "index25.8.09.html" then fine, but it should be just called index.html so that typing in the URL brings up that page automatically. Get rid of the date in the link, make sure the date isn't in the file name and everything should work.
 
try getting rid of all the numbers and extra dots. Make it indextest.html and see if works like that. Also, just to be sure, you are refreshing the page after changes to the link?
 
try getting rid of all the numbers and extra dots. Make it indextest.html and see if works like that. Also, just to be sure, you are refreshing the page after changes to the link?
 
Your link should be the exact same as the file name. If the file is called "index25.8.09.html" then fine, but it should be just called index.html so that typing in the URL brings up that page automatically. Get rid of the date in the link, make sure the date isn't in the file name and everything should work.
 
Back
Top