How To Use Triple Bordered Backgrounds



In order for the triple backgrounds to work the way they should, you will need special coding for placement.
Below I have placed that code. Just copy and paste the following into a blank document:

<HTML>
<HEAD>
<TITLE>Your Page Title</TITLE>
</HEAD>

<BODY BACKGROUND="name of the background around the outside edge of the page" BGCOLOR=#choose background color TEXT=#6E5C7C LINK=#6E5C7C VLINK=#6E5C7C ALINK=#6E5C7C>
<BR>
<BR>
<CENTER><TABLE BACKGROUND="name of the middle background" BGCOLOR=#choose background color BORDER="1" BORDERCOLOR=#choose border color WIDTH="90%" CELLPADDING="50" CELLSPACING="0">
<TR>
<TD WIDTH="100%">
<P><CENTER><TABLE BACKGROUND="name of the background in which your page contents would be written on" BGCOLOR=#choose background color BORDER="1" BORDERCOLOR="#choose border color" WIDTH="100%" CELLPADDING="5" CELLSPACING="0">
<TR><TD WIDTH="100%">

<!--------ALL YOUR PAGE CONTENT GOES BELOW THIS POINT-------->

This is where you would place your page contents.
Be sure to put in the proper graphic file names, color codes and border colors you choose,
where all the white text is within the code.

If you are familiar with tables, you can also adjust the percentage widths of the tables and cellpadding until you get your desired appearance.
The percentages and cellpadding shown in the code above
are the ones I've used for this page.

<!--------THIS IS THE END OF YOUR PAGE CONTENT-------->

Then you'll need to end your page with these codes: </TD>
</TR>
</TABLE>
</CENTER>
</TD>
</TR>
</TABLE>
</CENTER>
<BR>
<BR>
</BODY>
</HTML>


I hope this helps!

Back to Christmas graphics