You can do a table like so (using your data):
Type 1 |
Type 2 |
Type 3 |
Type 4 |
Type 5 |
Type 6 |
Type 7 |
Type 8 |
Type 9 |
1 |
5 |
-1 |
-4 |
6 |
-6 |
4 |
1 |
-6 |
Code:
PHP Code:
[table]
[tr]
[td]Type 1[/td]
[td]Type 2[/td]
[td]Type 3[/td]
[td]Type 4[/td]
[td]Type 5[/td]
[td]Type 6[/td]
[td]Type 7[/td]
[td]Type 8[/td]
[td]Type 9[/td]
[/tr]
[tr]
[td]1[/td]
[td]5[/td]
[td]-1[/td]
[td]-4[/td]
[td]6[/td]
[td]-6[/td]
[td]4[/td]
[td]1[/td]
[td]-6[/td]
[/tr]
[/table]
Not super-easy, but results do look decent.
Edit: Have no idea why I show such a huge amount of space before the start of the table...