Using display: table-cell
is there a way of getting the colspan
functionality, which is available when using real table cells?
In particular I need some "cells" to span multiple columns.
Real tables are not a possibility as I am using a form per row layout, which won't validate as a real table.