Hi
I am using fpdf.php to create a pdf from my php code.
However, my output needs to be in a table format and when I add this:
$sMsg = "
<div align=center> <table style='width: 900px; color: black; border: 1px solid DimGray;'> <tr> <td style='font-family: Arial; font-size: 22px; color: black; width: 700px;' valign=top>
ACORDâ„¢ CERTIFICATE OF LIABILITY INSURANCE
</td> <td align='center' style=' font-family: Arial; font-size: 15px; color: black;border-left:1px solid DimGray; '> <b>Date (MM/DD/YY)</b><br/>
$sTemp1
</td> </tr></table>
";
I get this in my pdf:
How do I get this to properly format my html?
<div align=center> <table style='width: 900px; color: black; border: 1px solid DimGray;'><tr><td style='font-family: Arial; font-size: 22px; color: black; width: 700px;' valign=top> etc.etc.