Problem with spaces
Hi,
I'm sure I'm being stupid here, but I can't seem to get spaces
in my image paths working correctly. If I have:
It just doesn't work. Am I doing something wrong, or does this not work?
PS: I'm using v1.4
regards,
Rich
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Brett on 02 Jul, 2012 05:36 PM
Spaces don't work in any system file path. Try adding `%20` instead of the space. I may add escaping to do that automatically, but right now this is expected system behavior.
2 Posted by Rich Somerfield on 02 Jul, 2012 05:54 PM
Ok, thanks. I'll just use %20.
regards,
Rich