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

General Discussion

Adding 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
Charlie Thomas
40,856 Points

Have you put the table tag around your tbody tag

Yes, thats just part of the code. It is challenge 7/8 so all my previous code is good.

Problem solved. I redid the challenge, didnt change anything and it now worked.

THank you

Great Nathan!

Glad you solved the puzzle :D

Best,

E

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