Quote:
Originally Posted by bnk
pls master tell me how you did this?
|

If you use your browser's developer tools, you can inspect the element to find the full path for the image file. If the host website enables hot linking you can post that path into the insert image option here. (with credit of course)
The whole thing should have an http(s) as well as an image file extension:
http://www.site.com/name.jpg
How sites insert images vary though. Sometimes they embed as a background so the url is buried in a CSS file. Sometimes they put transparent layers on top so you can't simple context click and select copy image path. Sometimes the files have extra parameters after the file extension that you don't need but you could edit to adjust things like size or quality.