Please i need an assistant cause i don't know how to put pictures on my webpage, have tried but got nothin'...Please need help!. | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 1

Please i need an assistant cause i don't know how to put pictures on my webpage, have tried but got nothin'...Please need help!.

19th Sep 2019, 7:44 AM
Favor Peter
Favor Peter - avatar
18 Respuestas
+ 1
You seem to have demonstrated your knowledge in the tag to this post. What's going wrong? Could you post the complete HTML and any error messages you're getting in the console?
19th Sep 2019, 7:59 AM
Peter David Carter
Peter David Carter - avatar
+ 1
This what's going wrong , inserting the image and path together still didn't get what i want!!!...
19th Sep 2019, 8:03 AM
Favor Peter
Favor Peter - avatar
+ 1
Or i just message it to you sounds cool?!!!..
19th Sep 2019, 8:05 AM
Favor Peter
Favor Peter - avatar
+ 1
you find your image link. upload it in imgur or another kind website. you put the code that they give you in html like this <img src=“your code here” alt=“describe your image here” >
19th Sep 2019, 2:50 PM
Hum!_Kad
Hum!_Kad - avatar
+ 1
Have tried, o.k. see this for example <img width="200px" height="140px" src=="https://pin.it/nrbaauayi2vjjo"/>
19th Sep 2019, 3:53 PM
Favor Peter
Favor Peter - avatar
+ 1
You link is not right. find the image you want and upload it using imgur or imgbb. then embbedd it like i showed you. and the height and width go after like this. <img src=“” style= height=“140px” width=“200px” its better to use CSS like this img { height: 140px; width: 200px; }
19th Sep 2019, 4:01 PM
Hum!_Kad
Hum!_Kad - avatar
+ 1
Yeh you're right but what if the image is in my phone????...
19th Sep 2019, 4:08 PM
Favor Peter
Favor Peter - avatar
+ 1
It's better we chat than posting messages, is that ok??
19th Sep 2019, 4:09 PM
Favor Peter
Favor Peter - avatar
+ 1
Go to the website such as imgur or imgbb upload the image . take the link from there and do what i showed you. or give me the link and i will put it in the html
19th Sep 2019, 4:10 PM
Hum!_Kad
Hum!_Kad - avatar
+ 1
the code snippet you mentioned will only work only when the image is in your local storage
20th Sep 2019, 5:56 AM
Aditya
Aditya - avatar
+ 1
<img src="....." alt="..."> Add height or width if you want. Use bootstrap to make your webpage responsive
21st Sep 2019, 2:53 AM
Ramesh Kumar
Ramesh Kumar - avatar
+ 1
Thanks
21st Sep 2019, 6:04 AM
Favor Peter
Favor Peter - avatar
0
I can only help you if you post your code and any console errors.
19th Sep 2019, 8:04 AM
Peter David Carter
Peter David Carter - avatar
0
Yeah you can send in a message if you like
19th Sep 2019, 8:06 AM
Peter David Carter
Peter David Carter - avatar
0
ok, msgs
19th Sep 2019, 4:10 PM
Hum!_Kad
Hum!_Kad - avatar
0
Can someone tell me why am failing to link css file to html file using a sublime text cause i have tried serveral times , i have followed all the insturction given on youtube but still its not working can my pc be the one causing the issue or its the bowser ...the link am using is <link rel="stylesheet" type="text/css" href="css/style.css">
19th Sep 2019, 9:28 PM
Jones Sichone
Jones Sichone - avatar
0
Jones Sichone show me the code and the errors
19th Sep 2019, 9:30 PM
Peter David Carter
Peter David Carter - avatar
0
<!DOCTYPE HTML> <html> <head> <title>whatson</title> <Link rel="stylesheet" type="text/CSS" href="style.css"> </head> <body> <h1> hello whatson</h1> <p>this website its about fashion, entertainment,nature e.t.c....</p> </body> </html> Stylesheet (style.css) my file name for CSS h1{ Font-family: aerial; Color: blue; } p{ Font-family: helvetical; Color: yellow; } So when I refresh my bowser nothing is changing only the coding in HTML so I don't know why
19th Sep 2019, 10:57 PM
Jones Sichone
Jones Sichone - avatar