1 <table border=
"1" bgcolor=
"blue" width=
"50%">
2 <caption>The rowspan in the td-tag causes the table border not to be drawn correctly
</caption>
4 <td bgcolor=
"green" rowspan=
"2">
6 <tr><td>Stuff
</td></tr>
7 <tr><td>Stuff2
</td></tr>
13 <table border=
"1" bgcolor=
"blue" width=
"50%">
14 <caption>This first one is to show how's it supposed to look
</caption>
18 <tr><td>Stuff
</td></tr>
19 <tr><td>Stuff2
</td></tr>
24 <p style=
"white-space: pre">pre meditated cleanup
</p>
26 <table border=
"1" bgcolor=
"blue" width=
"50%">
27 <caption>This second one shows that the bad table tag causes the following text to be inside the table. Could be the braindeadness of skip_table()
</caption>
31 <tr><td>Stuff
</td></tr>
33 <tr><td>Stuff2
</td></tr>
38 <p style=
"white-space: pre">pre meditated cleanup
</p>