| | Past the following code in a file named style.css CODE body { background: #000 url('images/your-bg-image.gif'); } Then paste the following code in the header of the html or php file you wish to show the background in. CODE <link rel="stylesheet" type="text/css" href="style.css" /> |

