Reputation: 17552
Here's my current fiddle:
My target table design is this:
But I'm having some trouble as you can see getting all the nesting correct. What am I doing wrong?
Upvotes: 3
Views: 451
Reputation: 31609
Don't use nesting, use col-span and row-span to make a cell take multiple columns/rows.
Upvotes: 2