still facing the problem with dompdf.table is breaking...
here is the code
here is the code
Code:
<table width="100%" cellpadding="0" cellspacing="0" border="0">
for ($i=0;$i<50;$i++)
{
<tr>
<td width="20%" >Balanced Decision Making
</td>
<td width="80%">
<table width="100%" cellpadding="0" cellspacing="0" border="1" class="collapse">
<tr>
<td width="90%" >Tell me about a time where you have had limited time to take a critical decision. What were the influencing factors during this time?</td>
<td width="10%"> </td>
</tr>
</table>
</td>
</tr>
}
</table>
Comment