Force html table into single stacked column using only css and no javascript

前端 未结 8 1150
时光取名叫无心
时光取名叫无心 2021-01-02 10:47

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

8条回答
  •  暗喜
    暗喜 (楼主)
    2021-01-02 10:49

        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.

提交回复
热议问题