set img src as div background code example
Example: how to set div background image
body {
background-image: url("paper.gif");
background-color: #cccccc;
}
body {
background-image: url("paper.gif");
background-color: #cccccc;
}