1

Dear all,

when creating a pdf which contains a textarea inside a table inside a div, the textarea won't show up in the pdf file.
Is there a solution ?

regards
Philippe
<div class="CSSTableGenerator noFade" style="width:600px;"> <table> <tr> <td><textarea name="DemandeInitiale" id="DemandeInitiale" cols="50" rows="10">babedibu</textarea></td> </tr> </table> </div>