Using my phone for sololearn to what url should i enter to get , include an image . | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Using my phone for sololearn to what url should i enter to get , include an image .

img src="" should i go to file handler and copy the address ?

4th Jul 2017, 8:30 AM
Anupam Sharma
Anupam Sharma - avatar
15 Answers
+ 3
Use URL in Sololearn you can't show your local data in Sololearn... Upload it to imgur then copy the image URL.... ^_^
4th Jul 2017, 8:35 AM
Ekansh
+ 2
if u want to upload images from Ur phone then u need to upload Ur image to image hosting site ang get the link of the image from the ge hosting site and paste it in the <img src="paste your link here"> u can visit imgur.com
4th Jul 2017, 8:33 AM
Мг. Кнап🌠
Мг. Кнап🌠 - avatar
+ 1
to which site u uploaded
4th Jul 2017, 8:49 AM
Мг. Кнап🌠
Мг. Кнап🌠 - avatar
4th Jul 2017, 8:50 AM
Мг. Кнап🌠
Мг. Кнап🌠 - avatar
+ 1
<input type="radio" name="gender" value="male" checked>male <br/> <input type="radio" name="gender" value="female">female <br/>
4th Jul 2017, 8:58 AM
Мг. Кнап🌠
Мг. Кнап🌠 - avatar
+ 1
the value should not be same..
4th Jul 2017, 8:58 AM
Мг. Кнап🌠
Мг. Кнап🌠 - avatar
0
no other way?
4th Jul 2017, 8:34 AM
Anupam Sharma
Anupam Sharma - avatar
0
nopes
4th Jul 2017, 8:34 AM
Мг. Кнап🌠
Мг. Кнап🌠 - avatar
0
Thank you .
4th Jul 2017, 8:35 AM
Anupam Sharma
Anupam Sharma - avatar
0
<!DOCTYPE html> <html> <head> <title>sololearn survey</title> <lebel>sololearn survey</lebel> </head> <body> <form> <input type="radio" name="male" value="gender">male <br/> <input type="radio" name="female" value="gender">female <br/> </form> <svg width="1000" height="1000"> <circle cx="100" cy="100" r="100" fill= "green"></circle>" </svg> <img src="https://goo.gl/images/p6oVhr"/> </body> </html>
4th Jul 2017, 8:44 AM
Anupam Sharma
Anupam Sharma - avatar
0
not working .
4th Jul 2017, 8:44 AM
Anupam Sharma
Anupam Sharma - avatar
0
i am sorry its working but o forgot resizing .
4th Jul 2017, 8:53 AM
Anupam Sharma
Anupam Sharma - avatar
0
And Thanks again.
4th Jul 2017, 8:54 AM
Anupam Sharma
Anupam Sharma - avatar
0
please review my code 'form'.
4th Jul 2017, 8:57 AM
Anupam Sharma
Anupam Sharma - avatar
0
will correct it.
4th Jul 2017, 10:32 AM
Anupam Sharma
Anupam Sharma - avatar