Skip to content

Instantly share code, notes, and snippets.

@jordanandree
Created November 8, 2012 18:08
Show Gist options
  • Save jordanandree/4040503 to your computer and use it in GitHub Desktop.
Save jordanandree/4040503 to your computer and use it in GitHub Desktop.
Background Images
<head>
<style>
#email {
background-image:url("bg-image.jpg");
background-color:#336699;
}
</style>
</head>
<body>
<table background="bg-image.jpg" bgcolor="#336699" id="email">
table stuff here, just like 1999!
</table>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment