Pilot Rank Image

How can something so simple be causing me so much trouble. I can not get this file to show up. I have tried the domain name path along with the file path and just the direct root path.

What could it be?

http://www.virtualaircargo.com/phpvms/lib/skins/Sim%20Orange-LITE/style/R35.png’>http://www.virtualaircargo.com/phpvms/lib/skins/Sim%20Orange-LITE/style/R35.png

Where is the %200 coing from when that is not what I am putting as the link?

This is what I actually have as the path:

http://www.virtualaircargo.com/phpvms/lib/skins/Sim Orange-LITE/style/R35.png

Shouldn’t I be able to put this path:

phpvms/lib/skins/Sim Orange-LITE/style/R35.png

Thanks!

The %20 is the entity representation of a space. Don’t use spaces in any file or folder names, and do lower case only. If you need a separator, instead of a space, use an underscore