Forum Moderators: open
Also, I edit with Front Page and it automatically puts %20 between the words in the links to the pages. Should I just leave them or take them out?
Thanks.
Why not use a "-". It will be acceptable across all operating systems, and search engines translate the "-" as a space so your file names are still composed of "individual" words.
Jimmy
Spaces in filenames are a gift from Windows, other operating systems don't allow it,
thus the need to fill it with %20 the character code for a space.
The space character is unsafe because significant spaces may disappear and insignificant aces may be introduced when URLs are transcribed or typeset or subjected to the treatment of word-processing programs.
mv "my file" "copy of my file"