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.

Matt Costello
627 PointsCoding challenges ??
It seems im 99% sure im putting in the correct information in the html code challenges but always saying recheck work??? I dont know if its just me or does this happen to others ?? i think they need to put in a system where it points at what your doing wrong other wise your stuck but as i was saying i know its write as its just <img src="cupcake.jpg"> thats needed.
8 Answers

Ben Russell
3,667 PointsWhich challenge specifically? And what code are you putting?

Matt Costello
627 Pointstext edit /html
its asking to put the image "cupcake.jpg" into the body simple !
<img src="cupcake.jpg"> also tryed it this way <img src="cupcake.jpg" atl="cupcake">

Matt Costello
627 Pointsok the code didnt show up?^^

Matt Costello
627 Pointsok the code didnt show up?^^

Matt Costello
627 Pointsimg src="cupcake.jpg" also tryed it this way img src="cupcake.jpg" atl="cupcake"

Phil Rice
5,536 Pointscan you copy and paste ALL of your code as we really need to see that to check things completely.
Ive been stuck a few times on code challanges when I thought I was doing it write and often it was just a small typo or missing semi colon for instance. Ive found searching the forums for the problem (specifically) usually has given me the answer because someone has come across the same issue before.

Matt Costello
627 PointsCheers Phil just worked it out i was doing src="cupcake.jpg" but it was suppose to be src="img/cupcake.jpg"

Phil Rice
5,536 Pointsah yeah , think i remember doing that first time also! Its always just a little tiny thing but it makes a big difference when you realize it. Good luck with the rest of you studies.