• To prevent me from throwing my laptop at a wall, can anyone help with adding a background image to my body? I have looked all over online and I can’t find anything remotely helpful. I have tried several different things and nothing shows up. If anyone has any advice, it would be SO very appreciated!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello presh…Wait wait ..don’t throw your laptop at a wall.

    It is very simple.First try to use twentyten theme for your wordpress site and the go to admin site->appearance->Background -> Custom Background
    There you can upload an image for your body..

    It is theme related and all themes may not be use that type of requirement.If you are using any other theme rather than twentyten then it will no more working.
    You have to write code for that ..or you can go to your header.php and style css of your themes and then you can give your background image.

    Thanks.

    Background on some themes can be added under Appearance >> Background.

    Thread Starter presh

    (@presh)

    Thanks! However, I only need the background for my body. I have a background in place for the overall page, but I would like a background for the body text, like a table. Any advice for that? Thanks for your help anyway!

    go to your header.php file in your theme and see what class or ID is used for body if not hen open ur style.css and write
    body{
    background:url(‘yourimage.png’);
    }

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Adding background image to body’ is closed to new replies.