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!!!!!
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 🥰✅
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!
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
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 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
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?
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.
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.
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!
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
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!
Dude I love you it has taken me so long to figure what I was doing wrong (I was starting from user all the way to the pic and I needed to start from the file with my index). YES! Awesome!
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.
I have been following your tutorials since quite a lot of time now... And i found them very usefull i have a request if you can launch a complete series of code igniter that would be greatest thing on the planet earth... Plz sir do it....
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!!!!!
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.
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!
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
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 🥰✅
just started learning programming at my late age. this tutorial is really helpful.
After seeing almost 10-20 videos on how to add image................I found the solution in this video. Thankyou!!!
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!
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!
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
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
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
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
Best video ever. Thanks for that, this was so confusing to me
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?
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 !
Best instruction I have found so far, Thank You
thank you😊
Bless you man, exactly what I needed. Really thank you.
thanks this helped alot had to search through many videos to find how to do this !
Ou eksplike byen. Mèsi
Fantastic video!
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 🙏
Man you have helped me so much thanks ...You are doing some awesome job..
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
YOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO LOVE IT!
This is my first video on your channel, you were great at explaining everything, now I can customise my images better. Thank you!!!
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 this video..
This has helped me a lot..😊
Really awesome ♥️
What I love about this is the very clear video image. So many tutorials are blurry and you can’t see the code clearly. Thank you.
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!
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
?
Thank u ....it's such a very useful video...
THANK YOU SO MUCH! U SAVED MY SANITY
thank you so much wish you all the best with your channel
😎😎😎
Thanks It's really work
Cheers Daniel!
Great help buddy!
Such a good tutorial thank you! Also I love the voice quality. You have a really clear voice.
keep it up
Thank you for your video. Can you explain why did you add it inside the wrapper?
Awesome...thanks so much---👍
Thanks Dani, anther great tutorial
Very helpful! cant thank you enough!
damn bro, i've been searching for this on AI for hours and then you soled my problem in 1 minute
I needed this.. thank you so much
thanks dude... helped me a lot
Good ☺
Thanks a lotttttt
It was a big problem for me, that solved because of you
Thank you so much! 🙏
You are getting me through my class! Thank you!
good
thanks bro
o god bless this man and his family for giving us for and amazing information
Very clear thanks a million!
thank you so much helped a lot
Helpful
Keep Up The Work Mann..Really Appreciable......
THANKS I FINALLY GOT SUCESS
Thank you again.
Thank you Sir for your video helps me a lot my project 😊😊😊
Very well done series you have here. Surprised you don't have a LOT more views!
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!
nice video bro
Thanks bro ❤
THANK YOU
You're an awesome teacher. Thank you so much for the content as I have learnt a lot from them. God bless you so much.
Great English!
sarcasm
actually worked thanks
thank you sir
thanks dude help me lot
😀
Excelent. You really helped me a lot. Thank you v.m.
ur the best, i love u
thank you for this :]
Dude I love you it has taken me so long to figure what I was doing wrong (I was starting from user all the way to the pic and I needed to start from the file with my index). YES! Awesome!
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.
go to properties>loaction>copy whole path>paste with image name and extension
Doesnt work
I have been following your tutorials since quite a lot of time now... And i found them very usefull i have a request if you can launch a complete series of code igniter that would be greatest thing on the planet earth... Plz sir do it....
@MrKnowsItAll You are really trying to correct a sentence from 4 years ago lol
Thank you omg 😭
oh youre such a great teacher
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
Thanks! Great job with the videos
Thank you for this video.
Good morning
Thankyou for saving my ass in my IT course :)
Really helpful , thank you !
Bro thanks a lot
How can I make the image load on other devices rather than just the pc?
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 very much. Can't thank enough...
thanks a lot.
Thanks a lot for this video, i search everywhere for this, you really helped me..
Thank you very much, l appreciate
Thanks a lot man, perfect explonation.
amazing content
Than you so much