Image link on phone | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Image link on phone

When using my phone to add a image to a website, it doesn't work. Should i just make the website through my computer? Or is there i better way to do it on my phone?

3rd Nov 2016, 12:40 AM
Aquarius
Aquarius - avatar
9 Answers
+ 2
Well it depends on what app or platform you using to distorted you website or create your website but it's beat to do it on computer.
3rd Nov 2016, 5:19 AM
Abdelaziz Abubaker
Abdelaziz Abubaker - avatar
+ 2
I have fixed it here: <!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <!--ALL RIGHTS RESERVED FOR THE MAKERS OF THIS PICTURE--> <p align="center"> <img src="http://www.nationalgeographic.com/content/dam/animals/pictures/mammals/g/gray-wolf/gray-wolf_01.ngsversion.1474903032262.adapt.1190.1.JPG"height="150px" width="200px" border="6px" alt="" </p> <p align="center"> <i>Space Wolf</i> </p> <br /> <!--i appoligize for the second image... its my trouble child. im working on it--> <p align="center"> <img src="https://upload.wikimedia.org/wikipedia/commons/e/e1/FullMoon2010.jpg" height="150px" width="200px" border="6px" alt="" </p> <p align="center"> <i>Full Moon </i> </p> </body> </html>
3rd Nov 2016, 12:06 PM
Abdelaziz Abubaker
Abdelaziz Abubaker - avatar
+ 1
Thank you TechTro
3rd Nov 2016, 12:16 PM
Aquarius
Aquarius - avatar
0
Yeah, but i noticed that not all links work for some reason. but Yeah coding on the computer is way better. thanks
3rd Nov 2016, 10:12 AM
Aquarius
Aquarius - avatar
0
Does any errors appear after clicking on the link? or does it just go to a black page? or does nothing happens??
3rd Nov 2016, 10:57 AM
Abdelaziz Abubaker
Abdelaziz Abubaker - avatar
0
let me post the code here.
3rd Nov 2016, 11:07 AM
Aquarius
Aquarius - avatar
0
<!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <!--ALL RIGHTS RESERVED FOR THE MAKERS OF THIS PICTURE--> <p align="center"> <img src="http://www.nationalgeographic.com/content/dam/animals/pictures/mammals/g/gray-wolf/gray-wolf_01.ngsversion.1474903032262.adapt.1190.1.JPG"height="150px" width="200px" border="6px" alt="" </p> <p align="center"> <i>Space Wolf</i> </p> <br /> <!--i appoligize for the second image... its my trouble child. im working on it--> <p align="center"> <img src="https://en.m.wikipedia.org/wiki/File:FullMoon2010.jpg" height="150px" width="200px" border="6px" alt="" </p> <p align="center"> <i>Full Moon </i> </p> </body> </html>
3rd Nov 2016, 11:07 AM
Aquarius
Aquarius - avatar
0
the second like wont show the picture when i run it
3rd Nov 2016, 11:08 AM
Aquarius
Aquarius - avatar
0
oh nvm i got it lol. not even a picture
3rd Nov 2016, 11:08 AM
Aquarius
Aquarius - avatar