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 ?!?
16 Respostas
+ 1
Give some code to see where is the problem
+ 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>
+ 1
Fantastic I’ll give it a try thank you
+ 1
Well no no luck let me send you the new code if that’s cool with you
+ 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>
+ 1
! Fantastic thank u it worked
+ 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
0
It’s the bottom part
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?
0
Hey got another beginner question I was hoping you can help me with
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
0
No the caption laced directly on top of the image
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>
0
Wow I don’t know much about css I literally just started the fundamentals before u got back to me hahah
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