<head> <style> body{ background-image: example.GIF; } </style> //if you are hosting the site you should change example . gif to the image link <style> body{ background-image: url("url of the image"); } </style>