1

Hello guys, isnt there any other way to let two divs float, without using float:left. Isnt there any support in html2pdf for that solution ?

like this

<table>
<tr>
<td>

<div1 style="float:left;"></div1><div2 float:left></div2>

</td>
</tr>
</table>



its like in this example. But how can i make it possible for html2pdf that he floats that to divs inside the column. I know that it doesnt support float, there must be an another way that html2pdf supports.
its urgent thanks

2

ti si not possible on HTML2PDF. try to use tables with colspan, rowspan, ...
Ancien pseudo : lolo