mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
12 lines
297 B
HTML
12 lines
297 B
HTML
|
<div style="width:100px; height:870px; border:1px solid black">test 7 - 2 float right tables, no text on page 2</div>
|
||
|
<table border style="float:right">
|
||
|
<tr>
|
||
|
<td>one<br>two</td>
|
||
|
</tr>
|
||
|
</table><table border style="float:right">
|
||
|
<tr>
|
||
|
<td>1<br>2<br>3</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
some text
|