• I’ve gone in and added my own background picture. I was hoping the picture would continue on down the entire blog. Instead it only appeared in the first messages. I know where to change/add the picture:

    ‘body {
    background:#d9d9d9 url(./images/pageBG.png) repeat-x 0 0;
    font-family:Arial, Helvetica, Verdana, sans-serif;
    font-size:13px;
    line-height:normal;
    }’

    How do I change the “pageBG.pgn” file to something of my own and have it continue throughout my blog.

    I want/wanted to use a picture as my background, but until I figure out how to change the FONT color to something other than grey I won’t.

    Thanks,
    Jeremy

Viewing 1 replies (of 1 total)
  • Try:

    body {
    background:#d9d9d9 url(./images/pageBG.png);
    font-family:Arial, Helvetica, Verdana, sans-serif;
    font-size:13px;
    line-height:normal;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Adding Background picture to any WordPress theme?’ is closed to new replies.