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 trialjean hardy avin
606 Pointshelp
i need some help with this code challenge can i get someone
12 Answers
eirikvaa
18,015 PointsIt's asking you to add an image to the body of the document. You do it like this:
<img src="img/cupcake.jpg" />
jean hardy avin
606 Pointswell am in the text editors and html,images and list part 2 .i tried to put the same code from the video but its not going tru idk why,
jean hardy avin
606 Pointsis it on number 8 i add this u said cuz its not going in nether
eirikvaa
18,015 PointsWhatever you want to show on your page must go between the body tags.
<body>
<!-- Your content goes here -->
</body>
The code I showed you earlier must go after the first body tag but before the last.
jean hardy avin
606 Pointsgot it thanks
jean hardy avin
606 Pointswhat about the next two
eirikvaa
18,015 PointsI think you should consider watching the videos again so you know exactly what to do. After that, if you still struggle, fire away with questions!
jean hardy avin
606 Pointsthanks i got it now
jean hardy avin
606 Pointsmy next problem telling me to write Now add the image located at 'img/featured-cupcake.jpg' directly after the h2.i try its not going tru
eirikvaa
18,015 PointsThe best answer located at the top will tell you how to write the markup for adding the image. Then you just have to add it below the h2 header.
jean hardy avin
606 Pointsi cant understand that Add the classes grid_5 and omega to the featured-cupcake element. how can i write it
eirikvaa
18,015 PointsYou add classes to elements like this:
<element class="the_class_you_want_to_add">Content</element>
You see how you use the class attribute to add the classes? So you would choose the element the challenge asks for and add the appropriate classes.
jean hardy avin
606 Pointsis it like this <element class="grid-5 omega featured-cake">Content</element>
eirikvaa
18,015 PointsI'm not seeing your code, try correcting your formatting. Check the Markdown Cheatsheet below the text field that you write your comments in.
jean hardy avin
606 Points<element class="grid-5 omega featured-cake">Content</element>
jean hardy avin
606 Pointsits not going tru
jean hardy avin
606 Pointsit said me to do this i cant put it Add a body selector and set the font family to 'Nunito' with a sans-serif fallback
eirikvaa
18,015 Pointseirikvaa
18,015 PointsWe need more information to help you. Exactly what are you struggling with?