|
It's usually a good idea not to have spaces in file names used on anything web based. An underscore _ is a much better option. the why is that HTML pages tend to render a space as so at one end the page is looking for 'the picture.jpg' when the file is actually called 'the picture.jpg' so it falls over.
|