Hi,
I want to have a table for screen layout like this:
One Two Three Four
One Two Three Four
When i access the page via handheld, i want that table to look like
this:
One Two
Three Four
One Two
Three Four
How can i solve this in HTML / CSS?
I want to have a table for screen layout like this:
One Two Three Four
One Two Three Four
When i access the page via handheld, i want that table to look like
this:
One Two
Three Four
One Two
Three Four
How can i solve this in HTML / CSS?
Comment