Background image not displaying

pianogee

New Member
Messages
1
Reaction score
0
Points
1
I recently uploaded files under the domain http://pianogeek11.ml/. Everything seems to be fine except the background. The background image is not displaying. I have it coded to my CSS file, which is linked to my HTML files. When I run the file locally, it works perfectly; however when I upload it to the x10Hosting services, the background image is the only thing that does not display.
 

AngusThermopyle

Active Member
Messages
319
Reaction score
52
Points
28
Look at your css file.
Code:
body {
    padding: 70px 0px 70px 0px;
    font-family: Roboto, Arial, Georgia, Times, sans-serif;
    background: url(“background.jpg”);
}

The quotes around the url for the background seem to be wrong. Edit the file and put proper quotes in.

You might also have a permission problem with the image.
 

fretwizz

Member
Messages
106
Reaction score
3
Points
18
Working now. You could probably knock the size of that background image down (it's 1.3MB right now).
 

leafypiggy

Manager of Pens and Office Supplies
Staff member
Messages
3,819
Reaction score
163
Points
63
Your website isn't even hosted on our servers... pianogeek11.ml is on 000webhost.
 
Top