Background codes

 

Hi! Maybe some of you have doubts about how to make a double, triple, etc. background. Here you have the basic codes, and a sample of each one. (the spaces are places to see better the empty tables).


DOUBLE BACKGROUND

Demo

This is the code:

<html>
<head>
<title></title>
</head>
<body>
<br>
<p><center><table width="90%" cellpadding=40 cellspacing=0 border=1>
<tr>
<td width="100%">
<p><center>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
</center>
</td>
</tr>
</table>
</center>
</body>
</html>

TRIPLE BACKGROUND

Demo

This is the code:

<head>
<title></title>
</head>
<body>
<br>
<p><center><table width="90%" cellpadding=40 cellspacing=0 border=1>
<tr>
<td width="100%">
<p><center><table width="100%" border=1>
<tr>
<td width="100%" height="45">
<p>&nbsp;</p>
<p>&nbsp;</p></td>
</tr>
</table>
</center>
</td>
</tr>
</table>
</center>
</body>
</html>

TRIPLE BACKGROUND (with a border for each one)

Demo

This is the code:

<html>
<head>
<title></title>
</head>
<body>
<br>
<center>
<table width="94%" border=1 cellspacing=0 cellpadding=15>
<tr>
<td>
<center>
<table width="100%" border=1 cellspacing=0 cellpadding=25 >
<tr>
<td>
<center>
<table width="100%" border=1 cellspacing=0 cellpadding=15 >
<tr>
<td>
<center>
<table width="100%" border=1 cellspacing=0 cellpadding=10 >
<tr>
<td>
</td>
</tr>
</table></center>
</td>
</tr>
</table></center>
</td>
</tr>
</table></center>
</td>
</tr>
</table></center>

</body>
</html>

 

Back

A big hug!