You could try something like below, to get background image. Works at ADE, somehow. Needs some tweaking, tho.
body {
background-image: url(../Images/graph.jpg);
background-repeat: repeat;
margin: 0 0 0 0;
}
Last edited by hernep; 11-15-2011 at 12:29 PM.
Reason: added some info
|