Can someone please help me with formatting my tabular data in a specific way?
column A | column B | column C | column D |
-------------------------------------------
1-1 | 2-1 | 3-1 | 4-1 |
-------------------------------------------
1-2 | 2-2 | 3-2 | 4-2 |
-------------------------------------------
1-3 | 2-3 | 3-3 | 4-3 |
-------------------------------------------
I have been trying to use standard xhtml but it doesn't display the desired format. The rows are going horizontally instead of vertically, causing the column numbers to increase across rather than down.
Does anyone know how I can achieve the layout shown above? It doesn't necessarily have to be created using tables - CSS with appropriate display types would work just as well.