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!
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

Nathan Nielson
3,864 PointsAdding Cell to Table Body troubleshoot
What am i doing wrong here. I am completely stumped. It says "Add cells with text to your table body." Error message appears "Bummer! Try adding a table cell with text in it to your table body's row."
<tbody>
<tr>
<td>tb text cell</td>
</tr>
<tr>
<td>February</td>
<td>$80</td>
</tr>
</tbody>
5 Answers

Charlie Thomas
40,856 PointsHave you put the table tag around your tbody tag

Nathan Nielson
3,864 PointsYes, thats just part of the code. It is challenge 7/8 so all my previous code is good.

Nathan Nielson
3,864 PointsProblem solved. I redid the challenge, didnt change anything and it now worked.
THank you

ecp
838 PointsGreat Nathan!
Glad you solved the puzzle :D
Best,
E

Harleigh Abel
4,547 PointsI notice this particular challenge seems to be causing issues for a few people. Its not accepting my answer either. I will start from scratch and see if helps as well. Sometimes I've noticed the challenges to be overly finicky, and I have to type the same information 100 different ways before it accepts it.