Skip to content

Instantly share code, notes, and snippets.

@hteumeuleu
Created July 6, 2018 13:41
Show Gist options
  • Save hteumeuleu/fe36e97e81005353d8cebce5a8b6e390 to your computer and use it in GitHub Desktop.
Save hteumeuleu/fe36e97e81005353d8cebce5a8b6e390 to your computer and use it in GitHub Desktop.
Is AllowPNG actually useful ?
<!DOCTYPE html>
<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" lang="fr">
<head>
<meta charset="UTF-8">
<title>Document</title>
<!--[if mso]>
<xml>
<o:OfficeDocumentSettings>
<o:AllowPNG/>
<o:PixelsPerInch>96</o:PixelsPerInch>
</o:OfficeDocumentSettings>
</xml>
<![endif]-->
</head>
<body>
<table border="0" cellpadding="0" cellspacing="0" role="presentation" width="600" style="background:red;">
<tr>
<td><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/4/47/PNG_transparency_demonstration_1.png/260px-PNG_transparency_demonstration_1.png" alt="" width="260" height="195" /></td>
</tr>
</table>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment