Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Oscar Winter
399 Pointsimage problem
i am making a website and having trouble with some of the images here is the bit of code i am having trouble with: P.S i am Customizing this to what i want and orefer not to show enyone at this momant in time: <div id="Text Here"> <p>Text Here <a href="#">Text Here</a> and <a href="#"> The Text Here</a>. <img scr="img/nv.jpeg" alt="Text Here">
<p>Text Here<a href="#">Text Here</a>Text Here<a href="#">Text Here</a>. <img scr="img/np.jpeg" alt="Text Here">
</div>
4 Answers

James Barnett
39,199 PointsOscar Winter - Take a look at your <img>
tag. As Bahi Hussein mentioned, you misspelled the src attribute as scr.

Bahi Hussien
Courses Plus Student 13,128 Pointsnote: its img src not img scr

James Barnett
39,199 PointsRemember our goal on the forum is give help not answers, we are here to encourage and guide those needing help, and not just give them an answer.
Need more explanation on the distinction check this out.

Bahi Hussien
Courses Plus Student 13,128 PointsThank you very much James Barnett. I didn't know! this is my first time to participate.

Graham Davidson
Courses Plus Student 14,966 PointsSorry so are you saying the image is not showing up - what do want to be the end result and I will see if I can lend a hand

Oscar Winter
399 Pointsthanks everyone i will check the "img src" first in the future