Using the table tags causes a huge amount of space between text and table. For example:
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 |
The corresponding BBCode is (using PHP code tags so it shows the BBCode):
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]
This is seen on both Firefox (3) and IE (6).