mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-09 09:20:15 +01:00
12 lines
286 B
HTML
12 lines
286 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
|