Closed
Description
The HTML that I have leads to overlapping text in litehtml because part of the text is shown on the left instead of the right side.
Minimal example of the part that should be on the right side, but doesn't work correctly:
<html>
<body>
<table style="float: right">
<tr>
<td style="float: right" width="100%">Should be on right side</td>
</tr>
</table>
</body>
</html>