
Originally Posted by
da1993r
First off thanks for your quick reply,
I am a bit of beginner at the moment towards websites and coding. (hoping to learn fast).
I don't know how to verify an absolute URL, if you could show me how I would be much appreciated, or even how to create an absolute URL.
Thanks!
An absolute URL is just one that includes the entire domain and sub directories involved to reach the image in question. You don't need to "create" it, just upload your image to your server, and then find out where it's located on that server to construct the URL to it. So say your site's root domain is www.mysite.com and you've uploaded your images to the "pics" sub directory directly under the root domain, the URL to your images would be:
Code:
http://www.mysite.com/pics/whatever.gif
http://www.mysite.com/pics/whatever2.gif
etc
Bookmarks