+ 2
In html when insert image that's only open in my mobile not my friend
It may be possible the path is local if that's reason what's the solution https://code.sololearn.com/WKWh9LFh4h77/?ref=app
2 Answers
0
Jashpal Singh Rajpurohit ,
Easy way will be to use https://imgbb.com/
Just drop your image there and click upload. once uploaded you'll see options for getting links
from given options select "HTML full linked"
I just uploaded a sample image and by following above steps got this :
""
<a href="https://imgbb.com/"><img src="https://i.ibb.co/1KKL65R/background.png" alt="background" border="0"></a><br /><a target='_blank' href='https://imgbb.com/'>upload</a><br />
"""
People have been using dropbox as well but that's bit hard than what I mentioned above.
https://code.sololearn.com/WW6t4B73kJVz/?ref=app
You can search for other tools/image hosts online
0
Yes, because of file protocol. img source should be accessible from your friend also.