« Helping each other Forum

background image wont appear

ive tried multiple ways to put an image as the background and none of them work? instead of an image its just a white background.


Report Topic

2 Replies

Sort Replies:

Reply by arlo atomickk

posted

perhaps its the image hosting site you're using. for example imgur isnt compatible with spacehey anymore. Try imgbb.


the code would be 

body{

background-image: url(DIRECT LINK) !important

}


and then you can change the size and stuff after that


Permalink Report Reply

Reply by timus perry

posted

It's likely due to one or more common issues in your code or file setup. The most frequent cause is an incorrect file path — the image might not be located where your HTML or CSS expects it to be.  virtual tour for real estate Check your CSS syntax: the correct way to set a background image and it should be applied to an element with visible dimensions. Without these, the image won’t show up even if everything else is correct.


Permalink Report Reply