I've been trying to add an image to the front page. Found a tutorial and have done multiple searches, I did this
.centerBoxWrapper {
border: 1px solid #006699;
height: 1%;
margin: 1.1em 0;
padding-bottom: 20px;
background-image: url(../images/fourpictures.png);
background-position: bottom center;
background-no-repeat;
}
iun my style sheet to no avail. It is not even showing that a picture/image has been added (for instance, no red X). Image is in my images folder.
Do I need to change this elsewhere too? Any help would be appreciated!
Kathy




