See how awesome this background looks? Notice how the text is aligned right in the center of the page and doesn't run onto the border. After you learn how to make the backgrounds you'll want to use them on your pages right? It's just so ezee!!!!
All you have to do is use a table on your web page. I can't tell you how the backgrounds look on a computer, but this works fine for webtv.
Here's what it should look like;
<html>
<head>
<title>title goes here</title>
</head>
<body background="url" bgcolor="color" text="color" link="color" vlink="color">
<table width="75%" align="right">
<tr>
<td>
<center>body goes here! Be sure to use the center tags in the body.</center>
</td>
</tr>
</table>
</body>
</html>