format Table and Cell in XSL?
I need to format my XSL file so that it will display data in a table with 2 columns. Eg:
Title: ABC
Age: 9
Level: 12
Grade: B
But my current display is:
Title:ABC
Age:9
Level:12
Grade:B
I have <DIV> and <SPAN> in my code. But I tried to use <TABLE> ,<TR>, <TD> .. etc. It just dun work :(
|