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 trialissa Mohamed
7,373 PointsI cant see the image someone help me pls
when I enter the image under the h3 tag where it says about full stack conf i used the code <img src"img/pdx.jpg"> but i cant see the image someone help
1 Answer
mohammed osman salah
9,587 Points<img src"img/pdx.jpg"> this is your code but what is wrong with your code you forget (=) sign <img src="img/pdx.jpg">
<img src"img/pdx.jpg"> is wrong <img src="img/pdx.jpg"> is wright you just add = sign after <img src = " ">
issa Mohamed
7,373 Pointsthank u i can't believe such small error I couldn't spot.
chris robinson
8,049 Pointschris robinson
8,049 Pointsit sounds like your not linking to the image file correctly, check to see if your image is in the img folder you have listed