Design comparison
Solution retrospective
This is my very first time coding and I got stuck for a bit but I stuck with it. Github is throwing me through a loop but I'm having trouble with Github pages and my images showing on my live URL. Let me know what I can improve on even though this is basic, and help on the Github pages as well.
Community feedback
- @DrMESAZIMPosted over 2 years ago
hi @YoThatsCrazy. I saw that you image failed to display .You can follow my YouTube video on this challenge from 1minute 57 sec to 2minute 37sec part of my video on how to insert the image correctly.
YouTube video link: https://www.youtube.com/watch?v=biSS7pIEx6A&t=51s
Marked as helpful0 - @StanleeeeeePosted over 2 years ago
Change your img tag source to /image/image-qr-code.png. Nice one, I'm also a newbie in coding.
Marked as helpful0 - @aayusranjanPosted over 2 years ago
the reason is not showing your image is:
- you used your local path, instead of
<img class="card-img" src="C:\Users\erica\OneDrive\Desktop\QR Code practice\images\image-qr-code.png" alt="">
use<img class="card-img" src="images/image-qr-code.png" alt="qr code image">
.
Marked as helpful0 - you used your local path, instead of
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord