Inserting img | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Inserting img

I’m attempting to insert Img in my code that I’m playing around here in solo learn with . At first only an empty box popped up so I thought I had to resize it so I did , now just that empty box was resized smaller but still no img... any help ?!?

14th Mar 2018, 11:46 PM
Jeffrey Ramirez
Jeffrey Ramirez - avatar
16 Answers
15th Mar 2018, 12:05 AM
Hatsy Rei
Hatsy Rei - avatar
+ 1
Give some code to see where is the problem
14th Mar 2018, 11:56 PM
Vladi Petrov
Vladi Petrov - avatar
+ 1
<!DOCTYPE html> <html> <head> <title>The Combs</title> </head> <h1><p align="center">Bienvenidos chachos a <br/>Los Catacombes <hr> </h1> <p align="left">This page is for all of us who have been dumped hurt abandened forgetten and taken for a ride . What we gave was our all , at las it brought us nowhere near our intended goal. This is ovbious but the soul proupose of this page is to physically show how much time we beat our selves up in an effort to break the chain of mental abuse , and to guide us to peace first and foremost .. then with luck self improvement and a kick ass job car and pad , can we find everlasting love. </p> <!-- table starts here --> <table> <tr> <th>Day</th> <th>Mon</th> <th>Tue</th> <th>Wed</th> <th>Thu</th> <th>Fri</th> </tr> <!-- where the heading for the table ends--> <!-- where information in table begins--> <tr> <td>3-8am</td> <td>dwell</td> <td>dwell</td> <td>dwell</td> <td>dwell</td> <td>dwell</td> </tr> <tr> <td>9-1</td> <td>stress</td> <td>stress</td> <td>stress</td> <td>stress</td> <td>stress</td> </tr> <tr> <td>1-4</td> <td>breakdown</td> <td>breakdown</td> <td>breakdown</td> <td>breakdown</td> <td>breakdown</td> </tr> <tr> <td>5-8</td> <td>discuss</td> <td>discuss</td> <td>discuss</td> <td>discuss</td> <td>discuss</td> </tr> <tr> <td>8-la verga</td> <td>selfmedicate</td> <td>selfmedicate</td> <td>selfmedicate</td> <td>selfmedicate</td> <td>selfmedicate</td> </tr> </table> <p align="center"> <i>Exhibit A</i> demonstrates a table where you can see the daily life of a person with a black passport that allows you all access pass to the catacombes. Its unphathomably unheathly and with hopefully seeing it we can start doing something about it . Perhaps switch out one or two of the daily tasks in said table , with excercise and meditation .</p> <body> <img src="img_1736.jpeg" height="10px" width="10px" alt=""/> </body> </html>
15th Mar 2018, 12:07 AM
Jeffrey Ramirez
Jeffrey Ramirez - avatar
+ 1
Fantastic I’ll give it a try thank you
15th Mar 2018, 12:19 AM
Jeffrey Ramirez
Jeffrey Ramirez - avatar
+ 1
Well no no luck let me send you the new code if that’s cool with you
15th Mar 2018, 12:21 AM
Jeffrey Ramirez
Jeffrey Ramirez - avatar
+ 1
<!DOCTYPE html> <html> <head> <title>The Combs</title> </head> <h1><p align="center">Bienvenidos chachos a <br/>Los Catacombes <hr> </h1> <p align="left">This page is for all of us who have been dumped hurt abandened forgetten and taken for a ride . What we gave was our all , at las it brought us nowhere near our intended goal. This is ovbious but the soul proupose of this page is to physically show how much time we beat our selves up in an effort to break the chain of mental abuse , and to guide us to peace first and foremost .. then with luck self improvement and a kick ass job car and pad , can we find everlasting love. </p> <!-- table starts here --> <table> <tr> <th>Day</th> <th>Mon</th> <th>Tue</th> <th>Wed</th> <th>Thu</th> <th>Fri</th> </tr> <!-- where the heading for the table ends--> <!-- where information in table begins--> <tr> <td>3-8am</td> <td>dwell</td> <td>dwell</td> <td>dwell</td> <td>dwell</td> <td>dwell</td> </tr> <tr> <td>9-1</td> <td>stress</td> <td>stress</td> <td>stress</td> <td>stress</td> <td>stress</td> </tr> <tr> <td>1-4</td> <td>breakdown</td> <td>breakdown</td> <td>breakdown</td> <td>breakdown</td> <td>breakdown</td> </tr> <tr> <td>5-8</td> <td>discuss</td> <td>discuss</td> <td>discuss</td> <td>discuss</td> <td>discuss</td> </tr> <tr> <td>8-la verga</td> <td>selfmedicate</td> <td>selfmedicate</td> <td>selfmedicate</td> <td>selfmedicate</td> <td>selfmedicate</td> </tr> </table> <p align="center"> <i>Exhibit A</i> demonstrates a table where you can see the daily life of a person with a black passport that allows you all access pass to the catacombes. Its unphathomably unheathly and with hopefully seeing it we can start doing something about it . Perhaps switch out one or two of the daily tasks in said table , with excercise and meditation .</p> <body> <img src="https://www.tattooforaweek.com/en/Skull-Crossbones-Fake-Tattoos" height="10px" width="10px" alt=""/> </body> </html>
15th Mar 2018, 12:21 AM
Jeffrey Ramirez
Jeffrey Ramirez - avatar
+ 1
! Fantastic thank u it worked
15th Mar 2018, 12:36 AM
Jeffrey Ramirez
Jeffrey Ramirez - avatar
+ 1
I’m a couple days in coding and it’s been great to see my thoughts come to life , with and without help . Hope we can stay connected ur amazing source of help
15th Mar 2018, 2:10 AM
Jeffrey Ramirez
Jeffrey Ramirez - avatar
0
It’s the bottom part
15th Mar 2018, 12:07 AM
Jeffrey Ramirez
Jeffrey Ramirez - avatar
0
I got the img of a google search . If I use the file:/// is that replacing the img src in the initial code to insert an img?
15th Mar 2018, 12:13 AM
Jeffrey Ramirez
Jeffrey Ramirez - avatar
0
Hey got another beginner question I was hoping you can help me with
15th Mar 2018, 10:31 PM
Jeffrey Ramirez
Jeffrey Ramirez - avatar
0
Trying to lace my heading on a picture and every which was I rearrange my code it doesn’t seem to function wonder if anyone can help
15th Mar 2018, 10:52 PM
Jeffrey Ramirez
Jeffrey Ramirez - avatar
0
No the caption laced directly on top of the image
15th Mar 2018, 11:16 PM
Jeffrey Ramirez
Jeffrey Ramirez - avatar
0
<!DOCTYPE html> <html> <head> <title>The Combs</title> <body> <h1><p align="center">Bienvenidos chachos a <br/>Los Catacombes</h1> <div id="header" class="section"> <img alt="" class="img-circle" src="http://www.protothema.gr/Images/ImageHandler.ashx?m=Fit&f=Ly8xMC4xNTAuMC40L3B0d2VibC9maWxlcy8xLzIwMTcvMDgvMzAva2F0YWtvbWJzLXBhcmlzLW5ldy5qcGc%3d&t=0&w=1000&h=1000" height="200px" width="525px" alt=""/> <hr>
15th Mar 2018, 11:17 PM
Jeffrey Ramirez
Jeffrey Ramirez - avatar
0
Wow I don’t know much about css I literally just started the fundamentals before u got back to me hahah
15th Mar 2018, 11:19 PM
Jeffrey Ramirez
Jeffrey Ramirez - avatar
0
Thanks Ima give it a try with what u provided if it doesn’t go well I’ll just go back to hitting the books till I get there
15th Mar 2018, 11:22 PM
Jeffrey Ramirez
Jeffrey Ramirez - avatar