Triple Backgrounds
with 2 Columns
Highlight
and copy the code below. (you can highlight and then push cntrl +
c to copy, then cntrl + v to paste). Place
the following code in the <body> & </body> tags in your
html where you want the table to be placed. Be sure to replace the
"background.gif" with your background file names. You
can adjust the outer solid border color's width and color by
changing numbers in this code.
<div align="center">
<center>
<table border="7" cellpadding="0" cellspacing="27" width="75%"
background="background.gif" bordercolor="#008080">
<tr>
<td width="100%">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="24%" valign="top">
<table border="7" cellpadding="0" cellspacing="0" width="100%"
bordercolor="#008080" background="background.gif">
<tr>
<td width="100%"><br>
<br>
<br>
<br>
<br>
<br>
<br>
</td>
</tr>
</table>
</td>
<td width="5%"></td>
<td width="71%" valign="top">
<table border="7" cellpadding="0" cellspacing="0" width="100%"
bordercolor="#008080" background="file:///C:/hshp/backgr2.gif">
<tr>
<td width="100%"><br>
<br>
<br>
<br>
<br>
<br>
<br>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</center>
</div>