- 1

How do I add image to my html code in phone

I use the img and src attributes but it's just blank box am seeing when I run the code https://code.sololearn.com/W1pHCB4C3L06/?ref=app

17th Apr 2018, 12:01 AM
godgift
godgift - avatar
3 Answers
+ 20
Images from your device cannot be used in Code Playground. Use Dropbox or other file upload services and then put the full URL of your picture in the code. https://www.sololearn.com/discuss/1054246/?ref=app
17th Apr 2018, 7:24 AM
Igor Makarsky
Igor Makarsky - avatar
+ 1
You need to add: src="https://cdn6.aptoide.com/imgs/9/7/9/9793aa7d2b6a453c6c9567a5441ae007_icon.png?w=256" because the full URL is needed on the Code Playground.
17th Apr 2018, 12:07 AM
Emma
0
okay thanks i apprecite
4th Jun 2018, 10:56 PM
godgift
godgift - avatar