Page 1 of 1

Re: Image alignment

Posted: 16 Nov 2010, 22:20
by Jan
Hi, yes, PDF is not a HTML and it does not know float boxes, so the best way is to make it with help of tables which is not problem for PDF

Code: Select all

<table><tr><td>Image.jpg</td><td>text</td></tr></table>
Jan