|
|
|
Adding a background
<body background="http://www.getgreatcodes.com/images/01.jpg">
You can upload images using imageshack.us
Make your pictures table transparent
<style>table, td{background:transparent}</style>
Making your background stay in place
<style>body{background-attachment:fixed;}</style>

