I'm trying to add an image to box heading. I can't figure out why the code below doesnt work: Can any one see anything I'm doing wrong? The image is in the folder specified and the permission are correct.
.rightBoxHeading {
margin: 0em;
background: #F06A26 url(includes/templates/tmpt1/images/imagesboxHeaderBG.png) repeat-x;
padding: 0.2em 0em;
}



. The file name sould have been boxHeaderBG.png
. 
