0
Hi Guys can you please help me with how to make an image appear on a web page using my phone
I mean by using html style format
2 odpowiedzi
+ 3
Next time,try using the search bar before posting any questions.
Thanks!
https://www.sololearn.com/discuss/2568919/?ref=app
https://www.sololearn.com/discuss/2558903/?ref=app
https://www.sololearn.com/discuss/2426497/?ref=app
https://www.sololearn.com/discuss/2544978/?ref=app
https://www.sololearn.com/discuss/2556595/?ref=app
https://www.sololearn.com/discuss/2464496/?ref=app
https://www.sololearn.com/discuss/2411202/?ref=app
https://www.sololearn.com/discuss/2520241/?ref=app
https://www.sololearn.com/discuss/2547741/?ref=app
https://www.sololearn.com/discuss/2556554/?ref=app
+ 1
1- use html editor like the one here in solo
2- type img tag
3- check out that you have typed the right path of the image at your internal storage
Example : <Img src="//here we type the path of the image in which we saved the image " >
Additional notes :
Make sure of the format of the image if jpg or gif or jpeg ....etc.
It's recommended to Copy and paste the URL of the image on your internal storage and use this
"../" double dots and backlash sympol to return back in case the image saved in file surpassed the html file in your internal storage