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 trialnoureendhanani
218 PointsWhen 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="">
2 Answers
Andrew Molloy
37,259 PointsHey 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
42,016 PointsI 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
3,084 PointsNot 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.
Stone Preston
42,016 PointsStone Preston
42,016 Pointscan you post your code. see the animation below for instructions on how to format your code in the forum.