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

Gareth Moore
Gareth Moore
7,724 Points

Important note about colspan and rowspan

Keep in mind that when you span a column or row you have to delete the tags for the rows that are being spanned over. Otherwise you'll throw out your table.

If you have a 3 column table and you span the first column to take up two column spots, you need to have 2 <td> tags for columns (1 & 2) and column (3).

Hope that makes sense. Be careful out there kids.

1 Answer

Steven Parker
Steven Parker
231,007 Points

Is this in reference to a particular conversion exercise? Normally, I wouldn't expect there to be anything to delete if you are constructing the code for a (new) span.