URL address has % and numbers in it why and how do I fix this?

P

P@tty Ayers

Steve Easton said:
The %20 is replacing a space in the file name.
Rename the file and replace the space with a dash - .

Or just rename it to "litter.htm", if you don't have another page by that
name. The file name is currently "1 Litter.htm". You shouldn't have spaces
in HTML page file names.
 
Top