These are the 2 background images we will be working with

In your code, under the </head> tag add this code
| <STYLE TYPE="text/css"> body {background-image: url(tableborderbg3.jpg); background-repeat: repeat-x;} </style> <body bgcolor="#ffffff"
|
Let me explain what the components are
(tableborderbg3.jpg) is the name of the first image
repeat-x = to repeat horizintally
repeat-y = repeat vertically
<body bgcolor="#ffffff" means that color will the rest of the page be. in this case, #ffffff = white
There is only one other setting to be aware of
at the end of your page, remove the </body> tag.
Click on lesson 2 for an example of repeat-y (vertical)