blob: 16b2acfe42ec2b193f4216986ee3d395849a0f4e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<table height=1>
<tr><td>
test<br>
test<br>
test
</td></tr>
</table>
after table
<table style="height: 5em">
<tr><td>
test<br>
test<br>
test
</td></tr>
</table>
after table 2
|