HTML CODE FOR A TRIPLE BORDER BACKGROUND
Copy & paste this code into a new html document



<html>
<head>
<title>Title</title>
</head>
<body text="#000000" bgcolor="#333333" link="#0000EE" vlink="#551A8B" alink="#FF0000" background="black.gif">
&nbsp;
<br>&nbsp;
<br>&nbsp;
<center><table BORDER=0 CELLSPACING=0 CELLPADDING=5 WIDTH="85%" BACKGROUND="blackswirls.gif" BORDERCOLOR="000000" >

<tr>
<td>
<br>&nbsp;
<center><table BORDER =0 CELLSPACING=0 CELLPADDING=5 WIDTH="88%" BACKGROUND="grainy_grey.gif" BORDERCOLOR="#000000" >
<tr>
<td>&nbsp;

<br>
This is where you put all of you html document (graphics, text, links...)
You must end you html document with the code below.
 

<br>&nbsp;

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

<p>&nbsp;
</td>
</tr>
</table></center>

</body>
</html>
 

*Note*
You can change the size of the table borders by changing the width.
You can add a border by changing the border size from 0 to (1 or 2).
You can change the border color.
You will need to change the bgcolor to the color of your choice.
You will need to change the bgcolor,link color,vlink color,alink color to the colors of your choice.
You will need to change the BACKGROUND to the images of your choice.
You will need to change the Title.

 Back to Triple Border Background Sets