Reputation: 17512
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: 449
Reputation: 31579
Don't use nesting, use col-span and row-span to make a cell take multiple columns/rows.
Upvotes: 2