• I have created a small test page to try and set a background color. When I visit the test page, the background color displays briefly and then is replaced by the default color.

    I have deliberately kept the file very simple – only a few lines. Obviously another background color is coming from a style sheet somewhere, but i can’t figure out where.

    Can anyone help, please???

    Thanks,
    David.

Viewing 4 replies - 1 through 4 (of 4 total)
  • how can we possibly help without seeing the page???????

    Thread Starter dparreco

    (@dparreco)

    sorry, I forgot to inclide the link! Here it is:

    http://suckright.com/test-background-color

    Thanks!

    hi anyone,
    just need a bit of advice on wheather a website http://kafelkowanie.net is worth being created in wordpress or shall i keep it as php script as it is? what would i gain changing it to wordpress pls? thanx in advance

    Right here in your CSS – your BG color is declared in 2 different places.

    body {
    background:#D5D6D7 url(images/kubrickbgcolor.jpg) repeat scroll 0%;
    color:#333333;
    font-family:'Lucida Grande',Verdana,Arial,Sans-Serif;
    font-size:62.5%;
    text-align:center;
    }
    #page {
    background-color:white;
    border:1px solid #959596;
    text-align:left;
    }

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Background color not persistent’ is closed to new replies.