Skip to content

Instantly share code, notes, and snippets.

@robderickson
Created September 21, 2018 19:35
Show Gist options
  • Save robderickson/325f78711b9727950f88884684b9edf3 to your computer and use it in GitHub Desktop.
Save robderickson/325f78711b9727950f88884684b9edf3 to your computer and use it in GitHub Desktop.
HtmlEmailStyle
$Html = @"
<html>
<head>
<style>
body {
font-family: Calibri, sans-serif;
font-size: 11pt;
}
h2 {
color: #0099ff;
}
th {
background-color: #CCC;
}
th, td {
padding: 5px;
}
</style>
</head>
<body>
$HtmlBody
</body>
</html>
"@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment