by sammymaudlin » 24 Jun 2010, 09:04
I've got the CSS set up in the Custom Includes like this:
html, body {
height: 100%;
margin: 0;
padding: 0;
}
#background {
width: 100%;
height: 100%;
top: 0px;
bottom: 0px;
position: absolute;
z-index: 0;
}
I just need to figure out where to put this:
<div id="background"><img src="http://homo-luminous.com/home/wp-content/uploads/2010/06/blogback.jpg" alt="field" style="width: 100%; height: 100%;"/></div>
Normally it would go in the body of the index.html