Created
November 8, 2012 18:08
-
-
Save jordanandree/4040503 to your computer and use it in GitHub Desktop.
Background Images
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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