HTML-Renderer icon indicating copy to clipboard operation
HTML-Renderer copied to clipboard

Table row styles are being striped when using HtmlRender.RenderToImage

Open netmonster01 opened this issue 10 years ago • 0 comments

Hello,

I have noticed a funny issue with a simple html when using HtmlRender.RenderToImage

<table>
         <tr  style="background-color:#4b266c;"><!-- I have tried  the following too.<tr bgcolor="#4b266c"> -->
          <td>
               <div >Hello World!</div>
          </td>
     </tr>
</table>

The styles on for the TR are not being respected and the background is white.

KC

netmonster01 avatar Nov 14 '15 23:11 netmonster01