URL

  • Thread starter Thread starter Guest
  • Start date Start date
Because you are using spaces in your file and folder names...don't. Spaces
will appear as %20, while you are at it don't use capitalization either.
You can use a dash instead of a space -



| Hello,
|
| Why do some of my pages have numbers and a percent sign in the url, for
| instance:
|
| http://www.westcoastmopar.org/Plant City.htm
|
| Thanks, Ralph
 
URLs have a certain set of legal characters. Pretty much a normal alpha
character (a-z) or numeric (0-9) are valid. Once you get into other
characters such as & or even a space, you run into problems as they are
illegal to have in the name of a page. To overcome this there are a series
of special character codes that were create to replace these. It's a bit
technical, but here's a decent example of how URL encoding works.

http://www.blooberry.com/indexdot/html/topics/urlencoding.htm

Hope this helps,
Mark Fitzpatrick
Microsoft MVP - FrontPage
 
Thank you all very much, I groan out loud as my newbie status shines through...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Hit Counter 1
How the site displays 7
FP Open Site 12
Code for Hit Counter 8
Layout Tables and Cells Display Issue 5
Date/Time Page last Updated 3
Key Words 1
How to Populate Data from a table to another 0

Back
Top