Skip to content

Instantly share code, notes, and snippets.

@manoharp
Created May 18, 2015 12:45
Show Gist options
  • Save manoharp/596f288d359ea54ac471 to your computer and use it in GitHub Desktop.
Save manoharp/596f288d359ea54ac471 to your computer and use it in GitHub Desktop.
HTML file to test if weasyprint handles bgcolor
<html>
<head>
</head>
<table cellspacing="0" cellpadding="0" border="0" width="100%">
<caption> Testing WeasyPrint </caption>
<tbody>
<tr>
<td align="left" valign="top" width="1%" title bgcolor="#ffeaea">72</td>
<td align="left" valign="top" width="1%" title bgcolor="#ffeaea">28.5</td>
<td align="left" valign="top" width="1%" title bgcolor="#ffeaea">102.5</td>
<td align="left" valign="top" width="1%" title bgcolor="#ffeaea">200.5</td>
</tr>
</tbody>
</table>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment