views:

432

answers:

0

Hi,

I tried to generate pdf using TCPDF with html content. My html code is

<div style="border:1px solid #000; width:200px; height: 100px"> Test Border</div>

But it just generate text only. I didn't see div and border. Is that not supported or am i wrong ?

Or how can i make it work ? Thanks.