Skip to content

Instantly share code, notes, and snippets.

@NathanW2
Created August 12, 2012 11:23
Show Gist options
  • Save NathanW2/3331467 to your computer and use it in GitHub Desktop.
Save NathanW2/3331467 to your computer and use it in GitHub Desktop.
<style>
table, td, th
{
border:5px solid green;
}
th
{
background-color:green;
color:white;
}
</style>
<body>
This is <i><b>[% "CITY_NAME" %]</b><i>
<table border="1">
<tr>
<td>row 1, cell 1</td>
<td>row 1, cell 2</td>
</tr>
</table>
<img src=''></img>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment