openhtmltopdf icon indicating copy to clipboard operation
openhtmltopdf copied to clipboard

the <img> tag into the <td> cant't display

Open pipti opened this issue 3 years ago • 0 comments

Hi: The following code ,the img cant't display:

<table>
    <tr><td >
        <img src="examples/example1/a.png" style="width:10%"/>
    </td></tr>
</table>

but if the style width is the px,can display.

The following code ,the img can display:

<div><img src="examples/example1/a.png" style="width:10%"/></div>

pipti avatar Nov 03 '22 07:11 pipti