Mon, 2015-10-26 21:30
Good morning,
I have to create a style sheet for smartphones and I'ld want to know if using CSS you can transform a table that have four columns in a table with two columns only adding a row any 2 columns to make automatically a long but readable table
Thank you very much
Tue, 2015-10-27 18:58
#1
The easiest way would be to
The easiest way would be to have two tables and hide one on large screens and the other on small.
Other then that I think you would need to manipulate the markup.