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

QR Barcode

Jvilla825ā€¢ 90

@Jvilla825

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


having issues with the image uploading, when i open my project on firefox developer edition everything works and uploads fine... appreciate the feedback

Community feedback

Daniel šŸ›øā€¢ 44,230

@danielmrz-dev

Posted

Hello @Jvilla825!

Your solution looks great!

I have one suggestion:

  • When using the tag <img>, make sure to set the correct path, otherwise your code won't be able to find the image. And if your code can't find it, it won't show.

šŸ“Œ This is your code:

<img src="file:///Users/josuevilla/Desktop/Portfolio/QR%20FOLDER/image-qr-code.png" alt="qr">

šŸ“Œ And here's the update with the correct path:

<img src="./image-qr-code.png" alt="qr">

I hope it helps!

Other than that, great job!

Marked as helpful

0

Jvilla825ā€¢ 90

@Jvilla825

Posted

thank you very much for the feed back and that solve the problem i uploaded again and it seems to work fine @danielmrz-dev

1
Daniel šŸ›øā€¢ 44,230

@danielmrz-dev

Posted

@Jvilla825

I'm glad I could help!

If my first comment was really useful, please don't forget to mark it as helpful, it helps me with the points on the platform šŸ˜Š

0
Parkavan C Kā€¢ 50

@Parkavan2003

Posted

I think your QR code src image is not properly Uploaded.

0
P
Rohan Tayalā€¢ 310

@rohantayal

Posted

Your src is pointing to the wrong file.

IT is this <img src="file:///Users/josuevilla/Desktop/Portfolio/QR%20FOLDER/image-qr-code.png" alt="qr"> now.

But it should be <img src="./image-qr-code.png">

0

Jvilla825ā€¢ 90

@Jvilla825

Posted

thank you very much for the feed back and that solve the problem i uploaded again and it seems to work fine @rohantayal

0
P
Rohan Tayalā€¢ 310

@rohantayal

Posted

Glad I could be of help @Jvilla825

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