To have your text align correctly when using these borders, just type the following into your HTML document after the BODY BACKGROUND and text colors tags:

<table width=80% align="right">
<tr>
<td>

This will align the text so it can be read by Netscape and Internet Explorer browsers. You may have to adjust the width percentage depending on the size of the border background you choose. At the end of your HTML document, put the following to close the table:

</tr> </td> </table>