Hi, i produced my html report, and it works well, but when i try using html2pdf to convert to PDF, the table content runs abit. instead of showing two lines, the lines are combined ( i put a <br/> tag in between to seperate 2lines)
i used this code to convert my html page
> require('html2fpdf.php');
> extract($_GET); $pdf=new HTML2FPDF();
> $pdf->AddPage(); $fp =
>...
2009-09-13 18:28:06 UTC in HTML 2 PDF - a PHP script