On 30 Sep 2014 04:14, Brett McL Robinson wrote: > There can be problems with images not showing on web pages if upper case is > used in the file names for the images. As a general rule it is recommended > to use only lower case file names to be loaded onto websites. However this > is not necessarily a problem - in your case the files not showing up on your > PC implies that (unless you are using Unix) it may not be the cause. > Probably worth checking though. Also as a general rule it is recommended to > avoid using spaces and special characters in file names.
Brett is quite correct. Most web servers use some flavour of Unix as their underlying operating system. Unix is, unlike Windows, case sensitive when it comes to naming everything. To give Windows its' due, even IIS has to obey the 'rules' when it comes to case sensitivity because it can not guarantee that the browser being used is running on a Windows box. So, when dealing with wide world, make sure that you are consistent and accurate in the naming of files and other objects. Avoid spaces in names. Replace then with underscores _ -- Regards, Mike Fry (Jhb) Legacy User Group guidelines: http://www.LegacyFamilyTree.com/Etiquette.asp Archived messages after Nov. 21 2009: http://www.mail-archive.com/[email protected]/ Archived messages from old mail server - before Nov. 21 2009: http://www.mail-archive.com/[email protected]/ Online technical support: http://www.LegacyFamilyTree.com/Help.asp Follow Legacy on Facebook (http://www.facebook.com/LegacyFamilyTree) and on our blog (http://news.LegacyFamilyTree.com). To unsubscribe: http://www.LegacyFamilyTree.com/LegacyLists.asp

