• I just installed 1.5 and I noticed that my background image sometimes loads and most of the time it doesn’t. I tried to clear the cache and cookies and sometimes it does work. I was wondering if it’s a particular problem with 1.5 cause it never did that in 1.2. Here’s my site: https://sites.neeweb.com/smarties/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Make this:
    margin: 0;
    padding: 0;
    background-image:url("url("https://img239.exs.cx/img239/8131/mp14249fw.jpg");");

    color: #000;

    Like this:

    margin: 0;
    padding: 0;
    background-image:url(https://img239.exs.cx/img239/8131/mp14249fw.jpg);

    color: #000;

    Thread Starter smarties

    (@smarties)

    thanks, that’s what happends when you copy and paste without looking at the final results.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘background image not always loading’ is closed to new replies.