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

Coding 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

Which challenge specifically? And what code are you putting?

text 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">

ok the code didnt show up?^^

ok the code didnt show up?^^

img src="cupcake.jpg" also tryed it this way img src="cupcake.jpg" atl="cupcake"

Phil Rice
Phil Rice
5,536 Points

can 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.

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

Phil Rice
Phil Rice
5,536 Points

ah 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.