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

image 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
James Barnett
39,199 Points

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

James Barnett
James Barnett
39,199 Points

Remember 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
Bahi Hussien
Courses Plus Student 13,128 Points

Thank you very much James Barnett. I didn't know! this is my first time to participate.

Sorry 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

thanks everyone i will check the "img src" first in the future