For those having trouble in seeing their image, place the folder where the image is located to the same folder of the html document you are trying to place the image on. Worked for me.
OH MY GOD, THANK YOU!!!!!!!!!!!! NOBODY WOULD FRIGGIN' EXPLAIN WHERE I NEEDED ALL MY FILES AND STUFF, AND IT HAS TAKEN ME ALMOST A WHOLE DAY TO FIGURE OUT HOW TO GET IMAGES IN THE BACKGROUND OF MY PAGE!!!!!!! THANK YOU, THANK YOU, THANK YOU!!!!!
guys as for me i made a very dumb mistake which made me suffer for almost a week, the mistake was i saved the folder as "images" but when i wrote it down on my text editor i wrote "img" a simple mistake of not paying close attention like this can be very frustrating thank you for the video btw
Thanks a lot!! this videos had helped me so much! better than the coursera videos where they talk and talk introduction and never go to the point of teaching. You are a great teacher!
THANK YOU SOO MUCH! I COULDNT FIGURE OUT HOW TO INCLUDE IMAGES SO THEY ARE RESIZEABLE BUT NOW I KNOW! MY WEBSITE PROGRESS MIGHT HAVE BEEN AS GOOD AS DEAD WITHOUT YOU!
Brother I thank you for your wonderful 👍🏻😊 explanatory video 📷 I just came across your video on TH-cam as a beginninger in HTML and I think 💬🤔 I'm humble to learn from you brother 🥰✅
if you're still having problems with the div class background-image not showing, even after correctly stating the img path, try ctrl + shift + R for refreshing your page. Seems like most browsers mess up the cache when dealing with urls.
About the fourth of the image, It's about the resolution , if you have 1280x720 you divide 1280/4 = 320 width and 720 / 4 = 180 height henceforth 320x180 its a 1/4 of the whole image ... It could be pretty basic and easy to understand , but I found it my way so I hope it helps someone. Cheers
I am so happy I found this channel,I have struggled a lot before with inserting images but now I can after watching this video,your work is well structured and very helpful even to people like me who are new to coding...thank you so much
For those who keep in questioning about the image is not shown in the web page. Make sure that your folder, where your image is, placed at the same file where your HTML file is.
I can't find my image. I can't find my rootfolder. I already wrote everything in the src. C:/Users/Downloads/cats.jpg and tried everything I can think of. Still no image. Why?
For people that are not showing image when typing in src and saving code: First make a new empty folder in rootfolder and name it img. So lets say you go to google and want to save an image right click and select "save image as...". You will then be prompted to name the image so you can write a simple name like eye.jpg. BUT DONT SAVE YET. you'll
This is what I needed!! I'm making a scorebug, and I'm wanting to insert a pic of the Teams logo inside the box that has their score in it! Thank you so much!
i was in the process of learning html and some basic css , while watching this videos , i already knew some of the stuff but with this videos it help me so much to understand it more and now i feel more fluent on html and css i understood the concept of it pretty quick, i learned python in 2/3 weeks with 2 to 3hours a day but still need to do projects to understand how it works more, while front-end i'd say its quite simple, but learning javaScript its my next goal, i want to understand backend development , i learned python and understand most of the concept of it, now is there tutorials on how to set up a database or user storage to store their "credentials" by that meaning like email and password and remembering it or storing it , i some what know the code for it but still need practice, i know how to get user input from python using username = input("Enter username:") print("Username is: " + username) but also confused on how when you login it would ask for the password, would you add the python or javascript Script? and is javascript or python better for backend or php? checked out some of your other videos and saw you use php as your backend language, any update on another language you would use today instead of php?
my main folder is called cafemenu insideIi have img folder and index.html. Same folder. Idon'tt know why but itdoesn'tt work without two .jpg. IfIi delete either one the img is gone. My text editor is visual studio. What am I doing wrong? ty for the help
Guys to display the image don't type "jpg" or "gif" at the end of the name of the image inside the folder, just put the "jpg" or "gif" inside the html document.
Speaking of backgrounds, would there be a way to change the size of a background colour behind a text, image, etc? Let's say I have an image and I go into my CSS and give it a background colour of white. Is there a way to stretch the colour background to make it bigger?
Hello! Loving the series so far. This is the only episode I'm having trouble with as my image is not loading. I have it set up exactly as this video, with the exception of keeping the content like contact, portfolio and about me pages from previous videos. Any suggestions? Both HTML and CSS versions of this do not work for me. Thanks.
Great video but I would like to add a correction. You said that we need to add a width and a height to the image but you were actually adding it to the div and not to the image. Thanks for the video!
NEW UPDATED 2023 COURSE AVAILABLE! 🙂
You can find it here: th-cam.com/video/v8jDnBYc0bs/w-d-xo.html&ab_channel=DaniKrossing
For those having trouble in seeing their image, place the folder where the image is located to the same folder of the html document you are trying to place the image on. Worked for me.
THANK YOU SOO MUCHH, EVEN THOUGH I don't know you
THANKS
Bless you
Thanks mfer.
Thank you
OH MY GOD, THANK YOU!!!!!!!!!!!!
NOBODY WOULD FRIGGIN' EXPLAIN WHERE I NEEDED ALL MY FILES AND STUFF, AND IT HAS TAKEN ME ALMOST A WHOLE DAY TO FIGURE OUT HOW TO GET IMAGES IN THE BACKGROUND OF MY PAGE!!!!!!! THANK YOU, THANK YOU, THANK YOU!!!!!
Dude, there are good videos out there and i learned a lot, but yours is so well structured and how you split your videos... Thank you
Please help me. It works if I browse with Google chrome not Mozilla Firefox. Why
Thanks
no wrong
thank you so much for this video, you have no idea how much you've helped!
This is the best video that I've come across. All videos should be made this way. Straight to the point and well explained. Thank you.
guys as for me i made a very dumb mistake which made me suffer for almost a week, the mistake was
i saved the folder as "images" but when i wrote it down on my text editor i wrote "img"
a simple mistake of not paying close attention like this can be very frustrating
thank you for the video btw
I did the same thing. cost me 8 hours before I figured it out
Thanks a lot!! this videos had helped me so much! better than the coursera videos where they talk and talk introduction and never go to the point of teaching. You are a great teacher!
THANK YOU SOO MUCH!
I COULDNT FIGURE OUT HOW TO INCLUDE IMAGES SO THEY ARE RESIZEABLE BUT NOW I KNOW!
MY WEBSITE PROGRESS MIGHT HAVE BEEN AS GOOD AS DEAD WITHOUT YOU!
Best video ever. Thanks for that, this was so confusing to me
Brother I thank you for your wonderful 👍🏻😊 explanatory video 📷
I just came across your video on TH-cam as a beginninger in HTML and I think 💬🤔 I'm humble to learn from you brother 🥰✅
Life Saver! I'm taking the course through college now and working on getting better while learning HTML. Thank you!
I recommend watching my newer 2023 course 😊 it can be found on my channel page
Thanks a lot Sir, these tutorials helped me a lot about Inserting Images and other functions using CSS! God Bless Sir and more power to your channel
After seeing almost 10-20 videos on how to add image................I found the solution in this video. Thankyou!!!
just started learning programming at my late age. this tutorial is really helpful.
if you're still having problems with the div class background-image not showing, even after correctly stating the img path, try ctrl + shift + R for refreshing your page. Seems like most browsers mess up the cache when dealing with urls.
Im also having a problem with image, being appeard. I dosnt want to show up on the page, even tho I gave it the right folder and in the right place.
3 years later! I hope you managed to crack it. th-cam.com/video/rSSijzjPYKU/w-d-xo.html
I have the same problem, heelp
About the fourth of the image, It's about the resolution , if you have 1280x720 you divide 1280/4 = 320 width and 720 / 4 = 180 height
henceforth 320x180 its a 1/4 of the whole image ... It could be pretty basic and easy to understand , but I found it my way so I hope it helps someone.
Cheers
It Actually worked!! thanks a lot
I am so happy I found this channel,I have struggled a lot before with inserting images but now I can after watching this video,your work is well structured and very helpful even to people like me who are new to coding...thank you so much
How well did you improve in html from the time you wrote this comment, I also just started today
Bless you man, exactly what I needed. Really thank you.
For those who keep in questioning about the image is not shown in the web page.
Make sure that your folder, where your image is, placed at the same file where your HTML file is.
Thank you
Thanks
U can just copy the picture link
God bless you for this straight forward reply 🙏
This is my first video on your channel, you were great at explaining everything, now I can customise my images better. Thank you!!!
thanks this helped alot had to search through many videos to find how to do this !
your video just wow ! you make me amazed on how you teach people on this tutorial ! hope god bless you for this free tutorial ! love it so much !
I can't find my image. I can't find my rootfolder. I already wrote everything in the src. C:/Users/Downloads/cats.jpg and tried everything I can think of. Still no image. Why?
Same problem
Enter the image in a new file then
Enter the website you created whith the
New file that you enter your image
This will work
How can I make the image load on other devices rather than just the pc?
YOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO LOVE IT!
Such a good tutorial thank you! Also I love the voice quality. You have a really clear voice.
Can we edit size of picture on html without using css??
Yes
Thank you so much i really learn what i have been look for so long you are the best❤
You are so welcome! 🙂 Just so you are aware, I have a new 2023 HTML course on my channel, which is much better than this older one. 😊
Thank you for your video. Can you explain why did you add it inside the wrapper?
Man you have helped me so much thanks ...You are doing some awesome job..
Best instruction I have found so far, Thank You
my picture wont show up? im using google, vision studios
@Kohen Kaden mine either! what should I do?
when i set the image and run the programm the picture is not shown.
same
Here to say the same and I can NOT find where to sort this issue, making my brains hurt hard!@@nemas6355
SAME WITH ME. IVE DONE ALL MY POSSIBLE BEST ITS HELA FRUSTRATING
aljaz mesec same
@@jacobdreisbach7433 make sure the image type is what u type after path ( path/name.type)
thank you so much wish you all the best with your channel
😎😎😎
Thank you for this video..
This has helped me a lot..😊
I can't see the picture? But i did the same thing you did :c
Ik it's like super mate but did u make sure ur pic was in the same file as ur html and css
Make sure the directory is there so if the image is in the images folder put : Images/picture.png hopefully that helps
put the accurate location of the photo
You must not have any spaces or anything in between your images name. But, of course, you can use (-) that sign in the place of spaces
Same,me depressed...very sad times...
Very well done series you have here. Surprised you don't have a LOT more views!
Fantastic video!
thank you😊
Ou eksplike byen. Mèsi
For people that are not showing image when typing in src and saving code:
First make a new empty folder in rootfolder and name it img.
So lets say you go to google and want to save an image right click and select "save image as...". You will then be prompted to name the image so you can write a simple name like eye.jpg. BUT DONT SAVE YET.
you'll
?
Cheers Daniel!
Awesome...thanks so much---👍
This is what I needed!! I'm making a scorebug, and I'm wanting to insert a pic of the Teams logo inside the box that has their score in it! Thank you so much!
Great help buddy!
i was in the process of learning html and some basic css , while watching this videos , i already knew some of the stuff but with this videos it help me so much to understand it more and now i feel more fluent on html and css i understood the concept of it pretty quick, i learned python in 2/3 weeks with 2 to 3hours a day but still need to do projects to understand how it works more, while front-end i'd say its quite simple, but learning javaScript its my next goal, i want to understand backend development , i learned python and understand most of the concept of it, now is there tutorials on how to set up a database or user storage to store their "credentials" by that meaning like email and password and remembering it or storing it , i some what know the code for it but still need practice, i know how to get user input from python using username = input("Enter username:")
print("Username is: " + username) but also confused on how when you login it would ask for the password, would you add the python or javascript Script? and is javascript or python better for backend or php? checked out some of your other videos and saw you use php as your backend language, any update on another language you would use today instead of php?
Keep Up The Work Mann..Really Appreciable......
my main folder is called cafemenu insideIi have img folder and index.html. Same folder. Idon'tt know why but itdoesn'tt work without two .jpg. IfIi delete either one the img is gone. My text editor is visual studio. What am I doing wrong? ty for the help
oh and my img folder inside. the pic is called cafelogo.jpg
You are getting me through my class! Thank you!
Thank you so much! 🙏
THANK YOU SO MUCH! U SAVED MY SANITY
Thanks a lotttttt
It was a big problem for me, that solved because of you
Really awesome ♥️
Great English!
sarcasm
Thank u ....it's such a very useful video...
Thanks It's really work
I needed this.. thank you so much
Very helpful! cant thank you enough!
Guys to display the image don't type "jpg" or "gif" at the end of the name of the image inside the folder, just put the "jpg" or "gif" inside the html document.
Thank you that helped me alot i was struggling
Thanks
i did that it still didnt work
Why isn't this the most upvoted comment!? Tutorials everywhere say to call it .ico or .jpg but your solution solved this issue.
damn bro, i've been searching for this on AI for hours and then you soled my problem in 1 minute
You went through the folder part a little bit fast, and that's the most important part.
The folder part is the easiest part.
thank you so much helped a lot
Good ☺
Thank you Sir for your video helps me a lot my project 😊😊😊
Speaking of backgrounds, would there be a way to change the size of a background colour behind a text, image, etc?
Let's say I have an image and I go into my CSS and give it a background colour of white. Is there a way to stretch the colour background to make it bigger?
Something like this:
img{
background:white;
padding: 25px;
}
@@komkwam Thanks!
@@komkwam Thank you for this
Thankyou for saving my ass in my IT course :)
Thanks! Great job with the videos
Hello! Loving the series so far. This is the only episode I'm having trouble with as my image is not loading. I have it set up exactly as this video, with the exception of keeping the content like contact, portfolio and about me pages from previous videos. Any suggestions? Both HTML and CSS versions of this do not work for me. Thanks.
I’m having the same issue
Thanks Dani, anther great tutorial
Great video but I would like to add a correction. You said that we need to add a width and a height to the image but you were actually adding it to the div and not to the image. Thanks for the video!
thanks dude help me lot
😀
thanks dude... helped me a lot
o god bless this man and his family for giving us for and amazing information
nice video bro
thanks bro
Thank you omg 😭
Excelent. You really helped me a lot. Thank you v.m.
what is a root folder?
keep it up
THANK YOU
Very clear thanks a million!
Y're the best i met till know for explanations But i have a little worry i am able to change de size as you did
thank you for this :]
Thanks a lot for this video, i search everywhere for this, you really helped me..
ur the best, i love u
Thanks bro ❤
actually worked thanks
That was exactly what I needed bro, thanks a lot
Thank you again.
dude loved your vedio ... but what is this app where you are doing CSS
thank you sir
THANKS I FINALLY GOT SUCESS
Impressive do it for how to insert multiple images.....
Just copy paste the HTML hehe 🙂
well done working . can you give me knowledge about in website image i can copy image address then i puting .the size is very large
Thanks a lot man, perfect explonation.
My image doesn't appear
my picture is not showing it just only displaying an image icon please tell me how to fix it
Me to same problem
İ found it. You have to look at name of image in properties. Because it is different
what a nice video. Thank you!