Here is the CSS & HTML that I used to create the table
Col 1 | Col 2 | Col 3 |
---|---|---|
This is Here | ||
Data 1 | Data 1.2 | Data 1.3 |
Data 2 | Data 2.2 | Data 2.3 |
Sum 1 | Sum 2 | Sum 3 |
Above I used the <xmp> tags to display the code instead of having it parse.
The above code produces the table below with some CSS (style) added to it.
Col 1 | Col 2 | Col 3 |
---|---|---|
This is Here | ||
Data 1 | Data 1.2 | Data 1.3 |
Data 2 | Data 2.2 | Data 2.3 |
Sum 1 | Sum 2 | Sum 3 |
Hope you enjoy. Next I am goint to work on showing php script.