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

Functional Comment Section with Vanilla JavaScript.

@jwoods9695

Desktop design screenshot for the Interactive comments section coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
3intermediate
View challenge

Design comparison


SolutionDesign

Solution retrospective


for some reason the images arent registering in the github site idk

Community feedback

@WolfMozart8

Posted

Add a ./ to the beginning of the image file path in the HTML. For example, use "./image-amyrobson.png" instead of "image-amyrobson.png". I also recommend that you place the images in a folder, so your project will be more organized.

That part of code should look like this:

<img src="./image-amyrobson.png" class="top-avatar" />

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