Similar to what Nuke mentioned, you can right click on a picture and look at its properties, and you'll see the source of the picture.
The page you open here on TFP will have some code in it that looks like:
img src="xxxxxxxxxxxx.xxx"
This is the html code that tells your browser to look for and then display an image with the address "xxxxxxxxx.xxx"
|