you can use style sheet add the following code in the CSS file body{background: url(images/bgimage.gif) center top no-repeat} if you are not using CSS, then in the html body tag you can add the following style <body style="background: url(images/bgimage.gif) center top no-repeat">