Site hosted by Angelfire.com: Build your free website today!
 
 

3x5 Code -- with just color

<html>
<head>
<title>8x10 frames</title>
<body bgcolor="#ffffff">
<center>
<table bgcolor="#??????">
<tr>
<td width=450 height=70
colspan=3>&nbsp;</td></tr>
<tr>
<td width=70 height=190>&nbsp;</td>
<td width=310 height=190
body bgcolor="#ffffff">&nbsp;</td>
<td width=70 height=190>&nbsp;</td></tr>
<tr>
<td width=450 height=70
colspan=3>&nbsp;</td></tr>
</table>
</center>
</body>
</html>
 
 

3x5 Code -- with background

<html>
<head>
<title>8x10 frames</title>
<body bgcolor="#ffffff">
<center>
<table background="http://????">
<tr>
<td width=450 height=70
colspan=3>&nbsp;</td></tr>
<tr>
<td width=70 height=190>&nbsp;</td>
<td width=310 height=190
body bgcolor="#ffffff">&nbsp;</td>
<td width=70 height=190>&nbsp;</td></tr>
<tr>
<td width=450 height=70
colspan=3>&nbsp;</td></tr>
</table>
</center>
</body>
</html>