View Single Post
Old 11-15-2011, 12:28 PM   #2
hernep
Enthusiast
hernep began at the beginning.
 
Posts: 30
Karma: 42
Join Date: Oct 2010
Location: Finland
Device: iRiver Story, iPad 2
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
hernep is offline   Reply With Quote