How to Put a Graphic Object Behind Text in HTML
- 1). Click "Start," then type "Notepad" into the quick search field. Press "Enter" when the link appears.
- 2). Press "Ctrl"+"O." Locate and open your HTML page.
- 3). Scroll down to the <body> tag.
- 4). Insert a space after the "body," but before the closing tag and type the following:
background="image.jpg" - 5). Replace "image" with the name of your image file. This sets the graphic to sit behind the text in the page.
Source...