When I try to add images in css, like:
Code: Select all
#header {
background: url(uploads/images/header.jpg) no-repeat center top;
width: 940px;
height: 220px;
}
Edit: All the images attached from page editor to the content are showing ok, so this only happens when I try to link images from css file.