How to put spaces in links

Please note that official support for this menu version has now ceased. There are still plenty of users, though, and the forum is still running. Some of our long-time users may be able to help you out.
Post Reply
outofcontrol
Beginner
Beginner
Posts: 1
Joined: Wed Apr 30, 2003 11:20 am

How to put spaces in links

Post by outofcontrol »

Hi

I have troubles with own links in my PC where I've got spaces, for example, I've got an space in my directory "My Music" and for this reason it's not possible to find the archive because the directoy it's not recognized

addmenu(menu=["Music",
,,100,1,"",plain_style,,"left",effect,,,,,,,,,,,,
,"Top 40","../My Music/top40.htm target=_blank",,,
])

What must i do to solve this problem?

Thnks
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

If at all possible, it's usually best not to have spaces in URLs (or directory names that are involved in URLs). However, if you're stuck with it then simply use a %20 for the space. In your case that would be...

../My%20Music/top40.htm - etc.
John
Post Reply