I have to do this for (part of) an assignment. I personally would never use tables like this, I would always use divs if given the choice, but I have to use tables for the assignment.
Here is a very simplified version of what I need to recreate:
But here is the best I can do:
The tds always want to scale with one another. Also, this needs to be done with a single table. I've tried messing around with rowspan
and such in addition to height but I can't even get close to the desired result. Is there some sort of attribute I'm not aware of that could simplify this type of layout?
My current approach is to have two rows and two columns.