I'm looking for some help in trying to display my tabular data in a specific format:
column 1 | column 2 | column 3 | column 4 |
-------------------------------------------
1-1 | 2-1 | 3-1 | 4-1 |
-------------------------------------------
1-2 | 2-2 | 3-2 | 4-2 |
-------------------------------------------
1-3 | 2-3 | 3-3 | 4-3 |
-------------------------------------------
standard xhtml does not seem to be able to display it this way - the rows seem to go across instead of down - as in, the column numbers increase horizontally instead of vertically.
Is there any way the above layout can be achieved? It doesn't have to be tables - css with display types would be just as good.