Hello there, Does anyone know if its possible to place $pdf->MultiCell(s) side-by-side? I'm trying to create a table where each cell is over one line high (hence the use of multicells), but I can't seem to get them to display next to each other. Instead they are displayed underneath one another. Any help with this matter would be greatly appreciated. Regards.
look into html2pdf (works with fpdf I believe) ... then you can just layout pictures and fonts in a table so they display correctly in a browser. When it looks right, run it through fpdf and you're in business.