I\'m creating a html template that wraps a table that is used to lay out a form. I have full control over the html that wraps the table not the table itself. The table is in
Simply; No. You cannot turn a row turn a 2-column table into a 1-column table without some JavaScript.
Either tell the coders of the table to create the table that way, or simply use JavaScript to re-structure the table.