Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Mobile first - QR code component

@DorinelIonut

Desktop design screenshot for the QR code component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


I dont understand why my link image can't be seen after i upload it. On my computer after i finished i tested it was working just fine, but it was working only if i put as img source, up a folder, then the actual images folder.

Community feedback

Keytron 270

@Dev-Tron

Posted

The reason why your image isn't rendered is that it is not correctly referenced. You should use either a ./ or just plain <img src="images/image-qr-code.png" alt="qr code pic">. You do this to indicate that the files are in the same directory. Other than that your solution looks great. Keep up the good work and never give up.

Marked as helpful

2

@DorinelIonut

Posted

@Dev-Tron Yes i know how to do both, but first time didnt worked even in my computer until i havent used ../ to go up a folder then to go in the folder where images are. I did that, it seems to be sort it out, but after i upload it i've got the same same problem. The image didnt rendered from the netfly link, but in my code was working, then i tried to change the code with the adress straigth to image folder from git directly and still didnt worked.

0
Keytron 270

@Dev-Tron

Posted

@DorinelIonut I just noticed that I don't see the image file in your repository. You may have accidently deleted it. This may be a problem.

Marked as helpful

0

Please log in to post a comment

Log in with GitHub
Discord logo

Join 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