Forum Bugs

Floating a table next to a div

amabdibo
I've got the following HTML:
<html>
<head><title>TEST</title>
</head>
<body>
<div style="background-color: red; width: 100px; height: 70px; float: left;">
This is a div.
</div>
<table style="background-color: green; width: 100px; height: 70px;">
<tr>
<td>
This is a table.
</td>
</tr>
</table>
</body>
</html>

The table is supposed to be shown next to the div (and does so in all browsers I tried), but after prince-ing it, the PDF shows the table below the div. If I change the <table> to a <div>, it works fine. Am I missing something here, or is this a bug in Prince?
mikeday
Thanks, we will take a look at this issue.