Re: Image alignment
Posted: 16 Nov 2010, 22:20
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
Jan
Code: Select all
<table><tr><td>Image.jpg</td><td>text</td></tr></table>