blob: 34586732b05ccde2eebde2b529990dae1af0a728 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!--
Test for issue #99
-->
<table style="float: right; border: 1px solid black">
<tr>
<td style="float: right" width="100%">Should be on right side</td>
</tr>
</table>
<div style="clear: both"></div>
<table style="float: left; border: 1px solid black">
<tr>
<td style="float: left" width="100%">Should be on left side</td>
</tr>
</table>
|