Thursday 4 April 2013

Filled Under:

How to print webpage with background image?

           Put image in HTML not in CSS like below. the css code not working with pdf i mean you create pdf using php like dompdf etc.... than image will not display in pdf file if you put image in css. so here better you should put image in HTML...

HTML

  <img src="../some_images.jpg" />

not

background-images:url(../some_images.jpg);




0 comments:

Post a Comment