Spipu,
Any plans to support the css Box Model? I'm using v 3.19.
Code:
<p style="border-style:double; border-width:5px; text-align: center;">
<span style="font-family: times; font-style: normal; font-size: 28px; line-height: 100%; font-weight: bold;">Communication Guide</span>
</p>
Everything displays in PDF except for the double box.
Thanks.
Spipu Le 10/03/2010 à 16:20 sorry, but the borders are working only on TABLEs, and DIV. this is because it need to have the width and the height of the element before drawing the box, and for this, it must create a sub HTML2PDF for this element, which is very slow. So, i have limited the borders to tables and div. If you want to use borders, just use the DIV tag instead of P.
however, double border does not wokr for the moment. you can use dashed, solid, and dotted borders