Forum Moderators: open
I wish to build a site with all the images in one folder. In order to connect with one image in the folder from an outside source, do I quote the URL as below?
www.example.com/images/banner.jpg
Thank you in advance,
Margo
[edited by: tedster at 10:14 pm (utc) on Mar. 25, 2009]
[edit reason] switch to example.com [/edit]
[edited by: tedster at 10:14 pm (utc) on Mar. 25, 2009]
[edit reason] switch to example.com [/edit]
So, if I did have an images folder, would it look like this?....
www.example.com/images/banner.jpg
Yes, but always include the protocol part if referring to the absolute URL:
http://www.example.com/images/banner.jpg
You can paste this URL (yes, this is a normal URL - without a .htm or .html) into the address bar of your browser and you should see your image (if it exists).
A normal URL does not necessarily have .htm or .html - only if it is an HTML document.