Site hosted by Angelfire.com: Build your free website today!
UsingBrBgs

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>

The 75% is average for a smaller border, if you have a large border you should make the percentage less. You might have to play around with the font size until you find the one that works best for you. For an example of a page with a larger border go here.The table width is 60% and the font size is 3.

Tutorial
Go to Index
Email Me