how to apply background image using jtml and css code example
Example: ho to add background image in css
body {
background-image: url("img_tree.gif"), url("paper.gif");
background-color: #cccccc;
}
body {
background-image: url("img_tree.gif"), url("paper.gif");
background-color: #cccccc;
}