
Originally Posted by
oddz
How so considering the direct link to the photo.
You didn't use a direct link to the photo - you embedded it. A link would need to be clicked on and then the image would display on the owner's site.
Direct Link (which you might get away with as you haven't actually taken anything without permission):
Code:
<a href="http://example.com/remoteimage.jpg">this is a direct link to an image</a>
Stealing an image and bandwidth as well if you don't have permission:
Code:
<img src="http://example.com/remoteimage.jpg">
Just stealing the image and not the bandwidth:
Code:
<img src="remoteimage.jpg">
Bookmarks