pdf generation fails with table in div

  •  02-11-2008, 10:01 AM

    pdf generation fails with table in div

    Hello,
     
    can anyone help me. The generaton of a pdf fails with this HTML code. When border = "0". It works fine !
     
    Regards,
     
    <div id="ARTIKELEN" style="position: absolute; width: 757px; height: 450px; top: 255px; left: 0px;">
    <table border="2" cellpadding="2" cellspacing="2" width="800">
        <tbody>
            <tr>
                <td>&nbsp;dfasf</td>
                <td>&nbsp;sdasf</td>
                <td>&nbsp;afasfa</td>
                <td>&nbsp;asfasf</td>
                <td>&nbsp;asfasf</td>
                <td>&nbsp;asfasf</td>
            </tr>
        </tbody>
    </table>
    <br />
    </div>

View Complete Thread