Skip to content

Instantly share code, notes, and snippets.

@martin9700
Last active October 12, 2015 01:14
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/a7e398267db16416d4f3 to your computer and use it in GitHub Desktop.
Save martin9700/a7e398267db16416d4f3 to your computer and use it in GitHub Desktop.
<style>
TABLE {border-width: 1px;border-style: solid;border-color: black;border-collapse: collapse;}
TH {border-width: 1px;padding: 3px;border-style: solid;border-color: black;background-color: #6495ED;}
TD {border-width: 1px;padding: 3px;border-style: solid;border-color: black;}
.TRodd { background-color:#ffffff; }
.TReven { background-color:#dddddd; }
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment