Can WriteHTML placed in Multicell? How?
I retrieved and display the HTML output from database but want to position it in the 2nd column(let\'s say) so I put it in Mu
Try this code:
$pdf->setXY($x_pos,$y_pos); $pdf->Multicell(70,3.5, $pdf->WriteHTML($html));