hi, i have a problem with upload images
if i have in the css
body {
width: 100%;
height: 100%;
font-family: Lora,“Helvetica Neue”,Helvetica,Arial,sans-serif;
color: #fff;
background-color: #000;
}
the image not upload
…
But if i have,
body {
font-family: Lora,"Helvetica Neue",Helvetica,Arial,sans-serif;
color: #fff;
background-color: #000;
}
The images are uploads