I suggest that this outline of what I'm trying to do will be more descriptive than the question itself.
+------------------------+-----------------------+ | | | + +-----------------------+ | | | +------------------------+ + | | | + +-----------------------+ | | | +------------------------+-----------------------+ | | | +------------------------+-----------------------+
As you can see, I am trying to create a table with two columns, where at some point it should be able to insert rows in one of the columns, and in the end, in the other in the next two rows.
Am I missing some obvious way to do this or some kind of extended table tag / attribute? Or is there simply no way to do this using tables?
I know that this can be achieved using other methods, but I'm interested in tables, and what is the question.
For reference: There are some things that I tried and did not succeed http://jsfiddle.net/dbtYk/
NoBBy source share