Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

HTML How to Make a Website Creating HTML Content Organize with Unordered Lists

When i added the img tag with src attribute to display the image. Images are not displayed in the preview.

<img src =" img/numbers-01.jpg" alt="">

Stone Preston
Stone Preston
42,016 Points

can you post your code. see the animation below for instructions on how to format your code in the forum.

code

2 Answers

Hey Stone Preston , did you create that gif? I love it and I might have to steal it. You should add mac keyboard layout too if you did create it.

Stone Preston
Stone Preston
42,016 Points

I didnt create it. someone else posted it on the forum but it was a while back so I have no idea who made it. its super helpful though. its so hard explaining to people how to format code blocks especially when everyone always mistakes backticks as single quotes

Michael Flynn
Michael Flynn
3,084 Points

Not much context but I assume you're making this small mistake.

(../img/bg.jpg)

The dots will tell the browser to move back one folder to find the image.