Skip to content

Instantly share code, notes, and snippets.

@martin9700
Created April 1, 2014 23:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save martin9700/9924859 to your computer and use it in GitHub Desktop.
Save martin9700/9924859 to your computer and use it in GitHub Desktop.
$Header = @"
<style>
H1 {color: #000099;}
TABLE {border-width: 1px;border-style: solid;border-color: black;border-collapse: collapse; clear:both;}
TH {border-width: 1px;padding: 3px;border-style: solid;border-color: black;background-color: #6495ED;font-size:1.5em;}
TD {border-width: 1px;padding: 3px;border-style: solid;border-color: black;}
DIV {float: left;}
</style>
$($Chart1.jscript)
$($Chart2.jscript)
"@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment